commit: af4cf07e38a76fba223ff92da6732dbf80a6f044
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 11:43:42 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 19:40:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4cf07e
dev-python/setuptools: keyworded 36.5.0 for ppc64, bug #631608
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"
dev-python/setuptools/setuptools-36.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/setuptools/setuptools-36.5.0.ebuild
b/dev-python/setuptools/setuptools-36.5.0.ebuild
index ce6f647a787..c9dd9ab769b 100644
--- a/dev-python/setuptools/setuptools-36.5.0.ebuild
+++ b/dev-python/setuptools/setuptools-36.5.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~ppc64 ~x86"
fi
DESCRIPTION="Collection of extensions to Distutils"