diff options
author | Sam James <sam@gentoo.org> | 2020-07-30 21:28:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-30 21:30:03 +0000 |
commit | b2f4c4194e958a4ae9a0b5fe3b9d10847192cb47 (patch) | |
tree | 65b45d8042479c59840302298c30a6bdea8d47af /dev-python/pip | |
parent | toolchain.eclass: avoid libquadmath in stage1-gcc (diff) | |
download | gentoo-b2f4c4194e958a4ae9a0b5fe3b9d10847192cb47.tar.gz gentoo-b2f4c4194e958a4ae9a0b5fe3b9d10847192cb47.tar.bz2 gentoo-b2f4c4194e958a4ae9a0b5fe3b9d10847192cb47.zip |
dev-python/pip: x86 stable (bug #734362)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r-- | dev-python/pip/pip-20.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pip/pip-20.1.1.ebuild b/dev-python/pip/pip-20.1.1.ebuild index c6e2c880ab95..0eeb5cc40ab8 100644 --- a/dev-python/pip/pip-20.1.1.ebuild +++ b/dev-python/pip/pip-20.1.1.ebuild @@ -25,7 +25,7 @@ SRC_URI=" # setuptools & wheel .whl files are required for testing, exact version is not very important. LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" SLOT="0" IUSE="test -vanilla" |