diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-27 19:31:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-27 19:31:20 +0000 |
commit | 137833fce3985e184daa6ce180d9017bf7df2cec (patch) | |
tree | c91f9e8c6c127b4c635022f01495e26dc556f455 /dev-util/valgrind | |
parent | Stable on amd64 wrt bug #360769 (diff) | |
download | gentoo-2-137833fce3985e184daa6ce180d9017bf7df2cec.tar.gz gentoo-2-137833fce3985e184daa6ce180d9017bf7df2cec.tar.bz2 gentoo-2-137833fce3985e184daa6ce180d9017bf7df2cec.zip |
Stable on amd64 wrt bug #360781
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-3.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index f3063f952c88..ca251eaaedbe 100644 --- a/dev-util/valgrind/ChangeLog +++ b/dev-util/valgrind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/valgrind # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.120 2011/02/19 12:31:23 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.121 2011/03/27 19:31:20 angelos Exp $ + + 27 Mar 2011; Christoph Mende <angelos@gentoo.org> valgrind-3.6.1.ebuild: + Stable on amd64 wrt bug #360781 *valgrind-3.6.1 (19 Feb 2011) diff --git a/dev-util/valgrind/valgrind-3.6.1.ebuild b/dev-util/valgrind/valgrind-3.6.1.ebuild index b777b2c55b8d..d57e4450d227 100644 --- a/dev-util/valgrind/valgrind-3.6.1.ebuild +++ b/dev-util/valgrind/valgrind-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1.ebuild,v 1.1 2011/02/19 12:31:23 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1.ebuild,v 1.2 2011/03/27 19:31:20 angelos Exp $ EAPI=2 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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="-* amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="mpi qt4" DEPEND="mpi? ( virtual/mpi )" |