commit: e3fd5666d0a6336aab544a46b04372f296cadd10
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 14:54:16 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 14:42:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fd5666
dev-python/pygraphviz: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/pygraphviz/pygraphviz-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygraphviz/pygraphviz-1.3.1.ebuild
b/dev-python/pygraphviz/pygraphviz-1.3.1.ebuild
index a014d0eade9..6a20231e934 100644
--- a/dev-python/pygraphviz/pygraphviz-1.3.1.ebuild
+++ b/dev-python/pygraphviz/pygraphviz-1.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ppc x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples test"
# Note: only C API of graphviz is used, PYTHON_USEDEP unnecessary.