diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-07 17:48:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-07 17:48:28 +0000 |
commit | 9d257aa4069cbf8ccc0b190d81b08b4e4ef9559a (patch) | |
tree | 8ba74f91a9cce51ab332516080fce8a7077b3a4c /dev-util/valgrind | |
parent | Stable for ppc64, wrt bug #461164 (diff) | |
download | gentoo-2-9d257aa4069cbf8ccc0b190d81b08b4e4ef9559a.tar.gz gentoo-2-9d257aa4069cbf8ccc0b190d81b08b4e4ef9559a.tar.bz2 gentoo-2-9d257aa4069cbf8ccc0b190d81b08b4e4ef9559a.zip |
Stable for ppc64, wrt bug #467850
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-3.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index 732f175659f2..a2b9e7010f7a 100644 --- a/dev-util/valgrind/ChangeLog +++ b/dev-util/valgrind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/valgrind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.166 2013/05/03 13:25:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.167 2013/05/07 17:48:28 ago Exp $ + + 07 May 2013; Agostino Sarubbo <ago@gentoo.org> valgrind-3.8.1.ebuild: + Stable for ppc64, wrt bug #467850 03 May 2013; Agostino Sarubbo <ago@gentoo.org> valgrind-3.8.1.ebuild: Stable for ppc, wrt bug #467850 diff --git a/dev-util/valgrind/valgrind-3.8.1.ebuild b/dev-util/valgrind/valgrind-3.8.1.ebuild index 0afd8a55ab88..c98a2775cea5 100644 --- a/dev-util/valgrind/valgrind-3.8.1.ebuild +++ b/dev-util/valgrind/valgrind-3.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.8.1.ebuild,v 1.6 2013/05/03 13:25:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.8.1.ebuild,v 1.7 2013/05/07 17:48:28 ago 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 )" |