From d66c5c4c0826cdfdf54615b4e3dcc04c70720cdb Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Mon, 15 May 2017 16:17:39 +0200 Subject: [PATCH] dev-python/graph-tool: amd64 stable wrt bug #606076 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- dev-python/graph-tool/graph-tool-2.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/graph-tool/graph-tool-2.19.ebuild b/dev-python/graph-tool/graph-tool-2.19.ebuild index f1d36ee4ad03f..bc900b8ef6de9 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 ~x86" fi DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs"