commit:     859f29789b9ba618822c0326512867001b867265
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 16:13:41 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 16:13:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859f2978

dev-python/graph-tool: Dekeyword x86

* x86 will run into memory exhaustion
  on linking.

Closes: https://github.com/gentoo/gentoo/pull/12360
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/graph-tool/graph-tool-2.19.ebuild | 2 +-
 dev-python/graph-tool/graph-tool-2.23.ebuild | 2 +-
 dev-python/graph-tool/graph-tool-2.26.ebuild | 2 +-
 dev-python/graph-tool/graph-tool-2.27.ebuild | 2 +-
 dev-python/graph-tool/graph-tool-9999.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/graph-tool/graph-tool-2.19.ebuild 
b/dev-python/graph-tool/graph-tool-2.19.ebuild
index 23f0806166c..aba8b991d12 100644
--- a/dev-python/graph-tool/graph-tool-2.19.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.19.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
        inherit autotools git-r3
 else
        SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2";
-       KEYWORDS="amd64 x86"
+       KEYWORDS="amd64"
 fi
 
 DESCRIPTION="An efficient python module for manipulation and statistical 
analysis of graphs"

diff --git a/dev-python/graph-tool/graph-tool-2.23.ebuild 
b/dev-python/graph-tool/graph-tool-2.23.ebuild
index 68411e98164..d8245624407 100644
--- a/dev-python/graph-tool/graph-tool-2.23.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.23.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
        inherit autotools git-r3
 else
        SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2";
-       KEYWORDS="amd64 ~x86"
+       KEYWORDS="amd64"
 fi
 
 DESCRIPTION="An efficient python module for manipulation and statistical 
analysis of graphs"

diff --git a/dev-python/graph-tool/graph-tool-2.26.ebuild 
b/dev-python/graph-tool/graph-tool-2.26.ebuild
index 70694fddaf9..76d47d44980 100644
--- a/dev-python/graph-tool/graph-tool-2.26.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.26.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
        inherit autotools git-r3
 else
        SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2";
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="An efficient python module for manipulation and statistical 
analysis of graphs"

diff --git a/dev-python/graph-tool/graph-tool-2.27.ebuild 
b/dev-python/graph-tool/graph-tool-2.27.ebuild
index 722d8632350..f5e3120bdf0 100644
--- a/dev-python/graph-tool/graph-tool-2.27.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.27.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
        inherit autotools git-r3
 else
        SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2";
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="An efficient python module for manipulation and statistical 
analysis of graphs"

diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild 
b/dev-python/graph-tool/graph-tool-9999.ebuild
index 722d8632350..f5e3120bdf0 100644
--- a/dev-python/graph-tool/graph-tool-9999.ebuild
+++ b/dev-python/graph-tool/graph-tool-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
        inherit autotools git-r3
 else
        SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2";
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="An efficient python module for manipulation and statistical 
analysis of graphs"

Reply via email to