diff options
author | 2020-03-16 18:53:10 -0700 | |
---|---|---|
committer | 2020-03-16 19:09:17 -0700 | |
commit | cd25d385689451ae443333790635ab265cc431db (patch) | |
tree | f4befe35df4b3af82136a4512cd91897843ff6f8 /dev-python/pip | |
parent | dev-python/passlib-1.7.2: add ~alpha, bug 700918 (diff) | |
download | gentoo-cd25d385689451ae443333790635ab265cc431db.tar.gz gentoo-cd25d385689451ae443333790635ab265cc431db.tar.bz2 gentoo-cd25d385689451ae443333790635ab265cc431db.zip |
dev-python/pip-20.0.2: add ~alpha, bug 700918
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r-- | dev-python/pip/pip-20.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pip/pip-20.0.2.ebuild b/dev-python/pip/pip-20.0.2.ebuild index 2e7b6e06d4dc..a00104e673ce 100644 --- a/dev-python/pip/pip-20.0.2.ebuild +++ b/dev-python/pip/pip-20.0.2.ebuild @@ -25,7 +25,7 @@ SRC_URI=" # setuptools & wheel .whl files are required for testing, exact version is not very important. LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86" SLOT="0" IUSE="test -vanilla" |