diff options
author | 2024-06-23 21:18:44 +0100 | |
---|---|---|
committer | 2024-06-23 21:18:44 +0100 | |
commit | 31a14d20df38fe9c06ea88970a1d82ce531d0287 (patch) | |
tree | 1da0660bd33f0387b1c2c946ae4508eabb054407 /dev-python/pip | |
parent | Revert "app-admin/genromfs: fix SRC_URI" (diff) | |
download | gentoo-31a14d20df38fe9c06ea88970a1d82ce531d0287.tar.gz gentoo-31a14d20df38fe9c06ea88970a1d82ce531d0287.tar.bz2 gentoo-31a14d20df38fe9c06ea88970a1d82ce531d0287.zip |
dev-python/pip: Keyword 24.1-r1 arm, #934778
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r-- | dev-python/pip/pip-24.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pip/pip-24.1-r1.ebuild b/dev-python/pip/pip-24.1-r1.ebuild index f9ad1e10049f..286769f423aa 100644 --- a/dev-python/pip/pip-24.1-r1.ebuild +++ b/dev-python/pip/pip-24.1-r1.ebuild @@ -26,7 +26,7 @@ LICENSE="MIT" # bundled deps LICENSE+=" Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MPL-2.0 PSF-2" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm ~arm64" IUSE="test-rust" # see src/pip/_vendor/vendor.txt |