Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/
Date: Sun, 22 Oct 2017 21:53:49
Message-Id: 1508709210.5f1dbacb4ed9f96259edd80558effe672b001a5b.mattst88@gentoo
1 commit: 5f1dbacb4ed9f96259edd80558effe672b001a5b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 22 21:53:30 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 21:53:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1dbacb
7
8 dev-util/valgrind-3.13.0: ppc stable, bug 632564
9
10 dev-util/valgrind/valgrind-3.13.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/valgrind/valgrind-3.13.0.ebuild b/dev-util/valgrind/valgrind-3.13.0.ebuild
14 index 8ddabf3370f..98b791f0eb1 100644
15 --- a/dev-util/valgrind/valgrind-3.13.0.ebuild
16 +++ b/dev-util/valgrind/valgrind-3.13.0.ebuild
17 @@ -10,7 +10,7 @@ SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2"
18
19 LICENSE="GPL-2"
20 SLOT="0"
21 -KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
22 +KEYWORDS="-* ~amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
23 IUSE="mpi"
24
25 DEPEND="mpi? ( virtual/mpi )"