diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 05:46:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 05:46:01 +0100 |
commit | 18b104ebce0347e8dafad15e3336a766bacaf341 (patch) | |
tree | acb0105b6f3d386fd6f5df0f3c743bc9b9540cb9 /dev-debug | |
parent | dev-debug/valgrind: Stabilize 3.23.0_p3 arm64, #938727 (diff) | |
download | gentoo-18b104ebce0347e8dafad15e3336a766bacaf341.tar.gz gentoo-18b104ebce0347e8dafad15e3336a766bacaf341.tar.bz2 gentoo-18b104ebce0347e8dafad15e3336a766bacaf341.zip |
dev-debug/valgrind: Stabilize 3.23.0_p3 arm, #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 b1cde3895ab2..ac16570b0f47 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 |