diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-21 22:29:18 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-21 22:34:26 +0000 |
commit | c32c03d46b3d4699769489f9963651249e8fdab0 (patch) | |
tree | 75c0aa321f3d44f2277ea594ec5c0b2a42ed64f7 /dev-python/setuptools | |
parent | dev-python/pytest: stable 3.2.2 for ia64, bug #641304 (diff) | |
download | gentoo-c32c03d46b3d4699769489f9963651249e8fdab0.tar.gz gentoo-c32c03d46b3d4699769489f9963651249e8fdab0.tar.bz2 gentoo-c32c03d46b3d4699769489f9963651249e8fdab0.zip |
dev-python/setuptools: stable 36.7.2 for ia64, bug #641304
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-36.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild b/dev-python/setuptools/setuptools-36.7.2.ebuild index d4456237d55d..6e940bf6253c 100644 --- a/dev-python/setuptools/setuptools-36.7.2.ebuild +++ b/dev-python/setuptools/setuptools-36.7.2.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 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Collection of extensions to Distutils" |