diff options
author | Sam James <sam@gentoo.org> | 2022-12-29 01:35:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-29 01:35:26 +0000 |
commit | 8e5ced8e1016daad324d90f2bb13d3a7ef17cc50 (patch) | |
tree | 534d5b3e2cb1696e36b3f39ff0beedf358537fec /dev-util/valgrind | |
parent | sys-apps/texinfo: backport LTO & crash fixes (diff) | |
download | gentoo-8e5ced8e1016daad324d90f2bb13d3a7ef17cc50.tar.gz gentoo-8e5ced8e1016daad324d90f2bb13d3a7ef17cc50.tar.bz2 gentoo-8e5ced8e1016daad324d90f2bb13d3a7ef17cc50.zip |
dev-util/valgrind: Stabilize 3.20.0 x86, #888819
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/valgrind-3.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/valgrind/valgrind-3.20.0.ebuild b/dev-util/valgrind/valgrind-3.20.0.ebuild index 6fc8047bd5a3..9776b2fe99cd 100644 --- a/dev-util/valgrind/valgrind-3.20.0.ebuild +++ b/dev-util/valgrind/valgrind-3.20.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://sourceware.org/pub/valgrind/${P}.tar.bz2" - 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 LICENSE="GPL-2" |