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@gentoo.org>
This commit is contained in:
David Seifert
2019-06-30 18:13:41 +02:00
parent e2d41f355f
commit 859f29789b
5 changed files with 5 additions and 5 deletions

View File

@@ -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"