diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 04:19:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 04:19:14 +0000 |
commit | 57d08811513a5a620f137e2a981d43809d595c52 (patch) | |
tree | 8eef2a8e77a0ba3f023bc348e8f3e727a027f252 /dev-debug/valgrind | |
parent | sys-auth/nss-pam-ldapd: disable py3.9 (diff) | |
download | gentoo-57d08811513a5a620f137e2a981d43809d595c52.tar.gz gentoo-57d08811513a5a620f137e2a981d43809d595c52.tar.bz2 gentoo-57d08811513a5a620f137e2a981d43809d595c52.zip |
dev-debug/valgrind: Stabilize 3.21.0-r2 ppc64, #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 498febbd854b..a434040c1f8b 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" |