diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-14 11:38:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-14 11:38:45 +0200 |
commit | eae0efffa37caed3d239897e56e2b0ec2d366915 (patch) | |
tree | e8c49e44ccf815dfd7116c98f91c9e1d5fae6ef6 /dev-python | |
parent | 88c282d19dd9ab1a43e2acaf607b9710081ff1af (diff) | |
download | gentoo-eae0efffa37caed3d239897e56e2b0ec2d366915.tar.gz gentoo-eae0efffa37caed3d239897e56e2b0ec2d366915.tar.xz |
dev-python/pip: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pip/pip-7.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pip/pip-7.1.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pip/pip-7.1.0.ebuild b/dev-python/pip/pip-7.1.0.ebuild index 3e22067d841..95d1c03af42 100644 --- a/dev-python/pip/pip-7.1.0.ebuild +++ b/dev-python/pip/pip-7.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit bash-completion-r1 distutils-r1 diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild index 10eff97fc73..fcc23707a9b 100644 --- a/dev-python/pip/pip-7.1.2.ebuild +++ b/dev-python/pip/pip-7.1.2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://pip.pypa.io/ https://pypi.python.org/pypi/pip/ https://github. SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0" # Check pip/_vendor/vendor.txt for this |