diff options
author | Sam James <sam@gentoo.org> | 2024-05-13 02:05:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-13 02:05:42 +0100 |
commit | b1010d549a72374a7134ecc97f27bb331b9dc937 (patch) | |
tree | 4a629fc7177572136d2eb27079c63b69c7dcfae9 /dev-debug | |
parent | x11-plugins/wmbiff: update EAPI 7 -> 8 (diff) | |
download | gentoo-b1010d549a72374a7134ecc97f27bb331b9dc937.tar.gz gentoo-b1010d549a72374a7134ecc97f27bb331b9dc937.tar.bz2 gentoo-b1010d549a72374a7134ecc97f27bb331b9dc937.zip |
dev-debug/valgrind: Stabilize 3.22.0-r2 amd64, #931822
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/valgrind/valgrind-3.22.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/valgrind/valgrind-3.22.0-r2.ebuild b/dev-debug/valgrind/valgrind-3.22.0-r2.ebuild index fd4c4cea5a1d..db53c056b3cb 100644 --- a/dev-debug/valgrind/valgrind-3.22.0-r2.ebuild +++ b/dev-debug/valgrind/valgrind-3.22.0-r2.ebuild @@ -27,7 +27,7 @@ else S="${WORKDIR}"/${MY_P} if [[ ${PV} != *_rc* ]] ; then - 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 fi |