diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 16:41:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-02 16:41:58 +0000 |
commit | 688d7f7fe7f05dfdee690061c64e35469c0f8148 (patch) | |
tree | 2122dfb09f7c1b6dd81b683db69f6f21135c8b56 /dev-util | |
parent | sys-fs/compsize: Stabilize 1.5 x86, #790062 (diff) | |
download | gentoo-688d7f7fe7f05dfdee690061c64e35469c0f8148.tar.gz gentoo-688d7f7fe7f05dfdee690061c64e35469c0f8148.tar.bz2 gentoo-688d7f7fe7f05dfdee690061c64e35469c0f8148.zip |
dev-util/valgrind: Stabilize 3.17.0 amd64, #792807
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/valgrind/valgrind-3.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/valgrind/valgrind-3.17.0.ebuild b/dev-util/valgrind/valgrind-3.17.0.ebuild index 1a5f11c413d9..aadb2a265357 100644 --- a/dev-util/valgrind/valgrind-3.17.0.ebuild +++ b/dev-util/valgrind/valgrind-3.17.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="ftp://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 )" |