Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/
Date: Thu, 29 Oct 2020 12:37:58
Message-Id: 1603975057.64542216091a1152c0af012700a782ed38e2c54b.soap@gentoo
1 commit: 64542216091a1152c0af012700a782ed38e2c54b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 12:37:37 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 29 12:37:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64542216
7
8 dev-util/valgrind: Sync live ebuild
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-util/valgrind/valgrind-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/valgrind/valgrind-9999.ebuild b/dev-util/valgrind/valgrind-9999.ebuild
17 index aa72dd09252..33873a0e69c 100644
18 --- a/dev-util/valgrind/valgrind-9999.ebuild
19 +++ b/dev-util/valgrind/valgrind-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26 inherit autotools flag-o-matic toolchain-funcs multilib pax-utils
27
28 DESCRIPTION="An open-source memory debugger for GNU/Linux"
29 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
30 inherit git-r3
31 else
32 SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2"
33 - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
34 + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
35 fi
36
37 DEPEND="mpi? ( virtual/mpi )"