commit: 89565bb727ad8c49573bdc2a7ebd2a397c277602 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 22 23:11:31 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 22 23:11:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89565bb7
dev-util/valgrind: stabilize 3.20.0 for arm Closes: https://bugs.gentoo.org/888819 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/valgrind/valgrind-3.20.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/valgrind/valgrind-3.20.0.ebuild b/dev-util/valgrind/valgrind-3.20.0.ebuild index 3988dcd1f6ae..bf165cdd0c9a 100644 --- a/dev-util/valgrind/valgrind-3.20.0.ebuild +++ b/dev-util/valgrind/valgrind-3.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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"
