diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-10 10:09:35 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-10 10:09:35 +0100 |
commit | 1bf71643d1025aa68911dc65fe2781f5e305d2d9 (patch) | |
tree | fe25cd67da3eeca35645c7efba0da3b0de35ffa9 /dev-util/valgrind | |
parent | www-client/firefox-bin: drop 91.5.1, 96.0.3 (diff) | |
download | gentoo-1bf71643d1025aa68911dc65fe2781f5e305d2d9.tar.gz gentoo-1bf71643d1025aa68911dc65fe2781f5e305d2d9.tar.bz2 gentoo-1bf71643d1025aa68911dc65fe2781f5e305d2d9.zip |
dev-util/valgrind: Stabilize 3.18.1 amd64, #833044
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/valgrind-3.18.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/valgrind/valgrind-3.18.1.ebuild b/dev-util/valgrind/valgrind-3.18.1.ebuild index 4ccbda36806f..fae590ee4eef 100644 --- a/dev-util/valgrind/valgrind-3.18.1.ebuild +++ b/dev-util/valgrind/valgrind-3.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,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 DEPEND="mpi? ( virtual/mpi )" |