Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/
Date: Sat, 01 Apr 2017 22:23:57
Message-Id: 1491085429.40ac9c55aaab3487241bf71f5e141c9086a3b04b.blueness@gentoo
1 commit: 40ac9c55aaab3487241bf71f5e141c9086a3b04b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 22:23:29 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 22:23:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ac9c55
7
8 dev-util/valgrind: stable on amd64, ppc and ppc64. bug #604808.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/valgrind/valgrind-3.12.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/valgrind/valgrind-3.12.0.ebuild b/dev-util/valgrind/valgrind-3.12.0.ebuild
16 index 6afaad873e0..8eec00fdaa5 100644
17 --- a/dev-util/valgrind/valgrind-3.12.0.ebuild
18 +++ b/dev-util/valgrind/valgrind-3.12.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -10,7 +10,7 @@ SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="-* ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
30 +KEYWORDS="-* amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
31 IUSE="mpi"
32
33 DEPEND="mpi? ( virtual/mpi )"