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