diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-02-11 15:01:35 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-02-11 15:02:51 +0300 |
commit | 356bba9a3f5185435c92d216d168a9f6e13a613e (patch) | |
tree | 124c3f74869cdfa59fe3532925e1cb22aad1433f /dev-python/pip | |
parent | dev-python/scripttest: Add ~arm (diff) | |
download | gentoo-356bba9a3f5185435c92d216d168a9f6e13a613e.tar.gz gentoo-356bba9a3f5185435c92d216d168a9f6e13a613e.tar.bz2 gentoo-356bba9a3f5185435c92d216d168a9f6e13a613e.zip |
dev-python/pip: works on ~arm
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Alexey Shvetsov <alexxy@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 fe842dac9547..2e7b6e06d4dc 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 ~arm64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86" SLOT="0" IUSE="test -vanilla" |