diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 03:16:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 03:16:19 +0000 |
commit | 791303199f408aac81372cffb1b4eb0ab2a17d1b (patch) | |
tree | dc5af2ae4c54143790bed92f302fed91709b4bda /dev-debug/valgrind | |
parent | dev-debug/valgrind: Stabilize 3.21.0-r1 arm, #908143 (diff) | |
download | gentoo-791303199f408aac81372cffb1b4eb0ab2a17d1b.tar.gz gentoo-791303199f408aac81372cffb1b4eb0ab2a17d1b.tar.bz2 gentoo-791303199f408aac81372cffb1b4eb0ab2a17d1b.zip |
dev-debug/valgrind: Stabilize 3.21.0-r1 ppc, #908143
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/valgrind')
-rw-r--r-- | dev-debug/valgrind/valgrind-3.21.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/valgrind/valgrind-3.21.0-r1.ebuild b/dev-debug/valgrind/valgrind-3.21.0-r1.ebuild index 0e097ae8d7f1..632b096a9c08 100644 --- a/dev-debug/valgrind/valgrind-3.21.0-r1.ebuild +++ b/dev-debug/valgrind/valgrind-3.21.0-r1.ebuild @@ -15,7 +15,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" |