diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-06-25 17:52:23 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-06-25 17:53:25 +0800 |
commit | 1cce692d9e860dcb1753e1d594b149e9a52b0258 (patch) | |
tree | edccb062fc345768ec10d6a2619706e7fc245072 /dev-python/graph-tool | |
parent | dev-python/libnacl: amd64 stable (diff) | |
download | gentoo-1cce692d9e860dcb1753e1d594b149e9a52b0258.tar.gz gentoo-1cce692d9e860dcb1753e1d594b149e9a52b0258.tar.bz2 gentoo-1cce692d9e860dcb1753e1d594b149e9a52b0258.zip |
dev-python/graph-tool: amd64 stable
Gentoo-bug: 659058
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/graph-tool')
-rw-r--r-- | dev-python/graph-tool/graph-tool-2.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/graph-tool/graph-tool-2.23.ebuild b/dev-python/graph-tool/graph-tool-2.23.ebuild index cf9f4302985a..f712753ab80c 100644 --- a/dev-python/graph-tool/graph-tool-2.23.ebuild +++ b/dev-python/graph-tool/graph-tool-2.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |