dev-python/setuptools-36.7.2: added ~mips, bug 631608

This commit is contained in:
Matt Turner
2017-12-03 18:30:28 -08:00
parent 4c35f832bc
commit 1f9274136a

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 ~ia64 ~ppc ~ppc64 ~x86"
KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
fi
DESCRIPTION="Collection of extensions to Distutils"