commit: 18882645ab9a2ad805b58b12ef9363514b4d2aaa
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 14:41:41 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 10 14:41:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18882645
dev-python/graph-tool: revert the stabilization because of bug #618114
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
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 1415a0edbd4..f6a94cb3f9b 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"