diff options
author | 2024-01-14 04:14:04 +0000 | |
---|---|---|
committer | 2024-01-14 04:14:04 +0000 | |
commit | ce7c6c4dcc96f9bee0b3a75850d50725a0211342 (patch) | |
tree | ba26f2d8eef45889ee928fb7a9c7e974057b3591 /dev-debug | |
parent | sys-auth/nss-pam-ldapd: Keyword 0.9.12-r3 arm, #902219 (diff) | |
download | gentoo-ce7c6c4dcc96f9bee0b3a75850d50725a0211342.tar.gz gentoo-ce7c6c4dcc96f9bee0b3a75850d50725a0211342.tar.bz2 gentoo-ce7c6c4dcc96f9bee0b3a75850d50725a0211342.zip |
dev-debug/valgrind: Stabilize 3.21.0-r2 amd64, #922067
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-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 4fffdd3b3c6a..498febbd854b 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" |