commit: cfb609ca8cd97b4c5465522d93c4d67aa98852f2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 10:31:17 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 10:39:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb609ca
dev-python/setuptools: keyworded 36.5.0 for ppc, bug #631608
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
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 c9dd9ab769b..c64301ffe86 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 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
fi
DESCRIPTION="Collection of extensions to Distutils"