diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-10 16:41:41 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-10 16:41:41 +0200 |
commit | 18882645ab9a2ad805b58b12ef9363514b4d2aaa (patch) | |
tree | ea9f607a3f50b027d341adacc7a82b043da2b9b7 /dev-python/graph-tool | |
parent | dev-libs/geoip: Stable for HPPA (bug #617940). (diff) | |
download | gentoo-18882645ab9a2ad805b58b12ef9363514b4d2aaa.tar.gz gentoo-18882645ab9a2ad805b58b12ef9363514b4d2aaa.tar.bz2 gentoo-18882645ab9a2ad805b58b12ef9363514b4d2aaa.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/graph-tool')
-rw-r--r-- | dev-python/graph-tool/graph-tool-2.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/graph-tool/graph-tool-2.19.ebuild b/dev-python/graph-tool/graph-tool-2.19.ebuild index 1415a0edbd4d..f6a94cb3f9b6 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" |