diff options
author | 2024-06-12 05:25:57 +0100 | |
---|---|---|
committer | 2024-06-12 05:25:57 +0100 | |
commit | 27eca4b462ad28aa91f1df27cb5978b45c8092bb (patch) | |
tree | 4036d6c51735cbeb97c2507ad367d5c461ab4b53 /dev-debug/valgrind | |
parent | dev-debug/valgrind: Stabilize 3.21.0-r2 arm, #922067 (diff) | |
download | gentoo-27eca4b462ad28aa91f1df27cb5978b45c8092bb.tar.gz gentoo-27eca4b462ad28aa91f1df27cb5978b45c8092bb.tar.bz2 gentoo-27eca4b462ad28aa91f1df27cb5978b45c8092bb.zip |
dev-debug/valgrind: Stabilize 3.21.0-r2 ppc, #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 feb6bd879890..c2fc15cb86b8 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" |