dev-python/graph-tool: amd64 stable
authorJason Zaman <perfinion@gentoo.org>
Mon, 25 Jun 2018 09:52:23 +0000 (17:52 +0800)
committerJason Zaman <perfinion@gentoo.org>
Mon, 25 Jun 2018 09:53:25 +0000 (17:53 +0800)
Gentoo-bug: 659058
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/graph-tool/graph-tool-2.23.ebuild

index cf9f4302985ae6dd5c3e51d9f0a05e80749d48a2..f712753ab80c73d4ee252ca580a3963eed410d9d 100644 (file)
@@ -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"