diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-05 22:19:57 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-05 22:19:57 +0000 |
commit | c76efbb3ef789e943b33f400060008ebed669c92 (patch) | |
tree | 61d00c053cb0e27f404930583dffd2f71c9595ca /dev-util/valgrind | |
parent | Bumped PATCHREV in 4.9.2 to 1.2 for the MIPS PR61538 fix, and added ~mips to ... (diff) | |
download | gentoo-2-c76efbb3ef789e943b33f400060008ebed669c92.tar.gz gentoo-2-c76efbb3ef789e943b33f400060008ebed669c92.tar.bz2 gentoo-2-c76efbb3ef789e943b33f400060008ebed669c92.zip |
Stable for ppc and ppc64. Bug ##541952.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-3.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index c342929252b7..301d125ebdef 100644 --- a/dev-util/valgrind/ChangeLog +++ b/dev-util/valgrind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/valgrind # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.181 2015/03/02 23:18:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.182 2015/03/05 22:19:57 blueness Exp $ + + 05 Mar 2015; Anthony G. Basile <blueness@gentoo.org> valgrind-3.10.1.ebuild: + Stable for ppc and ppc64. Bug ##541952. 02 Mar 2015; Anthony G. Basile <blueness@gentoo.org> valgrind-3.10.1.ebuild: Stable for arm, bug #541952. diff --git a/dev-util/valgrind/valgrind-3.10.1.ebuild b/dev-util/valgrind/valgrind-3.10.1.ebuild index 0c0c033f8fb1..22828d985ef2 100644 --- a/dev-util/valgrind/valgrind-3.10.1.ebuild +++ b/dev-util/valgrind/valgrind-3.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 1.3 2015/03/02 23:18:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 1.4 2015/03/05 22:19:57 blueness Exp $ EAPI="4" inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils @@ -11,7 +11,7 @@ SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="-* ~amd64 arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="mpi" DEPEND="mpi? ( virtual/mpi )" |