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"
This commit is contained in:
Sergei Trofimovich
2017-09-23 14:04:00 +01:00
parent 1ece990479
commit e3fc9c56a8

View File

@@ -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"