summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-12-03 18:30:28 -0800
committerMatt Turner <mattst88@gentoo.org>2017-12-03 18:30:28 -0800
commit1f9274136a4c6e1ddfd4d26cb4d21c17256eb878 (patch)
treed34ee309566876291f0046a74db98aab3bbb8727 /dev-python/setuptools
parentdev-python/rst-linker-1.9-r1: added ~mips, bug 613660 (diff)
downloadgentoo-1f9274136a4c6e1ddfd4d26cb4d21c17256eb878.tar.gz
gentoo-1f9274136a4c6e1ddfd4d26cb4d21c17256eb878.tar.bz2
gentoo-1f9274136a4c6e1ddfd4d26cb4d21c17256eb878.zip
dev-python/setuptools-36.7.2: added ~mips, bug 631608
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r--dev-python/setuptools/setuptools-36.7.2.ebuild2
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 4665a12e802c..1640ad8aa965 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 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
fi
DESCRIPTION="Collection of extensions to Distutils"