diff options
author | 2024-01-14 04:08:00 +0000 | |
---|---|---|
committer | 2024-01-14 04:08:00 +0000 | |
commit | ff5a67a9155ef0cb3d4b6a04ae8a09f8b67b534a (patch) | |
tree | dcd6c28d71c995f29d51f10082edc09e1770cf9b /dev-debug/valgrind | |
parent | net-p2p/qbittorrent: fix more minimum versions (diff) | |
download | gentoo-ff5a67a9155ef0cb3d4b6a04ae8a09f8b67b534a.tar.gz gentoo-ff5a67a9155ef0cb3d4b6a04ae8a09f8b67b534a.tar.bz2 gentoo-ff5a67a9155ef0cb3d4b6a04ae8a09f8b67b534a.zip |
dev-debug/valgrind: Stabilize 3.21.0-r2 arm64, #922067
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/valgrind')
-rw-r--r-- | dev-debug/valgrind/valgrind-3.21.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/valgrind/valgrind-3.21.0-r2.ebuild b/dev-debug/valgrind/valgrind-3.21.0-r2.ebuild index 1c6ad6cb0422..4fffdd3b3c6a 100644 --- a/dev-debug/valgrind/valgrind-3.21.0-r2.ebuild +++ b/dev-debug/valgrind/valgrind-3.21.0-r2.ebuild @@ -20,7 +20,7 @@ else inherit verify-sig SRC_URI="https://sourceware.org/pub/valgrind/${P}.tar.bz2" SRC_URI+=" verify-sig? ( https://sourceware.org/pub/valgrind/${P}.tar.bz2.asc )" - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi LICENSE="GPL-2" |