diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 04:32:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 04:32:40 +0000 |
commit | 11045bb593445b60b5fdc40a0c1cfa129aa7a4c4 (patch) | |
tree | 194ab501b61ff8dbf244fc0c2f128510285804dc /dev-debug | |
parent | net-misc/inetutils: drop 2.4 (diff) | |
download | gentoo-11045bb593445b60b5fdc40a0c1cfa129aa7a4c4.tar.gz gentoo-11045bb593445b60b5fdc40a0c1cfa129aa7a4c4.tar.bz2 gentoo-11045bb593445b60b5fdc40a0c1cfa129aa7a4c4.zip |
dev-debug/valgrind: Stabilize 3.21.0-r2 x86, #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 a434040c1f8b..9f38c6b898d2 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" |