diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-04-25 08:35:26 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-04-25 08:35:26 +0000 |
commit | 60645646fcf1c78843f07c5265f636b77e0b3ac6 (patch) | |
tree | 9adf88b9c9790c218c6477e7abe5d26d4c67c1f0 /dev-util | |
parent | gnome-extra/zeitgeist: Add dev-libs/xapian to DEP, #413431; remove python com... (diff) | |
download | gentoo-2-60645646fcf1c78843f07c5265f636b77e0b3ac6.tar.gz gentoo-2-60645646fcf1c78843f07c5265f636b77e0b3ac6.tar.bz2 gentoo-2-60645646fcf1c78843f07c5265f636b77e0b3ac6.zip |
marked x86 per bug 393461
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-3.6.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index 3672b32edfb3..1203e22d1233 100644 --- a/dev-util/valgrind/ChangeLog +++ b/dev-util/valgrind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/valgrind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.139 2012/04/24 17:04:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.140 2012/04/25 08:35:26 jdhore Exp $ + + 25 Apr 2012; Jeff Horelick <jdhore@gentoo.org> valgrind-3.6.1-r3.ebuild: + marked x86 per bug 393461 24 Apr 2012; Agostino Sarubbo <ago@gentoo.org> valgrind-3.6.1-r3.ebuild: Stable for amd64, wrt bug #393461 diff --git a/dev-util/valgrind/valgrind-3.6.1-r3.ebuild b/dev-util/valgrind/valgrind-3.6.1-r3.ebuild index 3c35a40482b3..74904dd0e872 100644 --- a/dev-util/valgrind/valgrind-3.6.1-r3.ebuild +++ b/dev-util/valgrind/valgrind-3.6.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r3.ebuild,v 1.2 2012/04/24 17:04:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r3.ebuild,v 1.3 2012/04/25 08:35:26 jdhore 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 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="-* amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="mpi qt4" DEPEND="mpi? ( virtual/mpi )" |