diff options
author | Sam James <sam@gentoo.org> | 2024-05-13 02:05:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-13 02:05:45 +0100 |
commit | 43ef606d19202153f7640931828429cde24efd1d (patch) | |
tree | e597b3dac2f2c62c7880b7469d49ee0426aed4ef /dev-debug/valgrind/valgrind-3.22.0-r2.ebuild | |
parent | dev-debug/valgrind: Stabilize 3.22.0-r2 x86, #931822 (diff) | |
download | gentoo-43ef606d19202153f7640931828429cde24efd1d.tar.gz gentoo-43ef606d19202153f7640931828429cde24efd1d.tar.bz2 gentoo-43ef606d19202153f7640931828429cde24efd1d.zip |
dev-debug/valgrind: Stabilize 3.22.0-r2 ppc64, #931822
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/valgrind/valgrind-3.22.0-r2.ebuild')
-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 f88b96d14dac..c35267b9a76f 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 |