diff options
author | Sam James <sam@gentoo.org> | 2024-08-31 06:14:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-31 06:14:50 +0100 |
commit | 7f2d479d4c1f2ee7c8d7c52831388ee1194bec99 (patch) | |
tree | 217db1cb5cad18cc8b78365f2ddd19c65c022d6b /dev-debug | |
parent | dev-debug/gprofng-gui: update LICENSE (diff) | |
download | gentoo-7f2d479d4c1f2ee7c8d7c52831388ee1194bec99.tar.gz gentoo-7f2d479d4c1f2ee7c8d7c52831388ee1194bec99.tar.bz2 gentoo-7f2d479d4c1f2ee7c8d7c52831388ee1194bec99.zip |
dev-debug/valgrind: Stabilize 3.23.0_p3 amd64, #938727
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/valgrind/valgrind-3.23.0_p3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/valgrind/valgrind-3.23.0_p3.ebuild b/dev-debug/valgrind/valgrind-3.23.0_p3.ebuild index 024c61845dcb..0ee8b9865bd0 100644 --- a/dev-debug/valgrind/valgrind-3.23.0_p3.ebuild +++ b/dev-debug/valgrind/valgrind-3.23.0_p3.ebuild @@ -37,7 +37,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 |