diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-30 15:00:45 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-30 15:00:45 +0200 |
commit | b19f03e30b19adbe5a5b519646bbfeb42d10b52d (patch) | |
tree | 02342e5ac3bdbd4dbdc52316b8676ace3072b381 /dev-debug | |
parent | app-emacs/auctex: Add build dependency on dev-texlive/texlive-latexextra (diff) | |
download | gentoo-b19f03e30b19adbe5a5b519646bbfeb42d10b52d.tar.gz gentoo-b19f03e30b19adbe5a5b519646bbfeb42d10b52d.tar.bz2 gentoo-b19f03e30b19adbe5a5b519646bbfeb42d10b52d.zip |
dev-debug/valgrind: Stabilize 3.23.0_p3 x86, #938727
Signed-off-by: Jakov Smolić <jsmolic@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 bd5cb983fad2..0437d8e37ff2 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 |