diff options
author | Sam James <sam@gentoo.org> | 2024-06-12 05:25:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-12 05:25:56 +0100 |
commit | ee3b1ac9a619a2c2cc7ec8f711fc3949fdf727eb (patch) | |
tree | 4ad0b4808c07a26055a495e20cc646edb1723c6f /dev-debug | |
parent | app-emulation/qemu: add 9.0.1 (diff) | |
download | gentoo-ee3b1ac9a619a2c2cc7ec8f711fc3949fdf727eb.tar.gz gentoo-ee3b1ac9a619a2c2cc7ec8f711fc3949fdf727eb.tar.bz2 gentoo-ee3b1ac9a619a2c2cc7ec8f711fc3949fdf727eb.zip |
dev-debug/valgrind: Stabilize 3.21.0-r2 arm, #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 9f38c6b898d2..feb6bd879890 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" |