diff options
author | Sam James <sam@gentoo.org> | 2024-05-13 02:05:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-13 02:05:43 +0100 |
commit | 8be63e056f68a06d49f1dfc2dee8d995be5a8852 (patch) | |
tree | a3e77538b1c5a15814ebba83b78daf07c5752fbf /dev-debug | |
parent | dev-debug/valgrind: Stabilize 3.22.0-r2 amd64, #931822 (diff) | |
download | gentoo-8be63e056f68a06d49f1dfc2dee8d995be5a8852.tar.gz gentoo-8be63e056f68a06d49f1dfc2dee8d995be5a8852.tar.bz2 gentoo-8be63e056f68a06d49f1dfc2dee8d995be5a8852.zip |
dev-debug/valgrind: Stabilize 3.22.0-r2 x86, #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 db53c056b3cb..f88b96d14dac 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 |