diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-02-13 11:01:01 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-02-13 11:01:01 +0000 |
commit | f60cb63421dc1b638e8d2908f3ea55198e4da411 (patch) | |
tree | 87b774b24e2159e93342a2f1ab5f5c5bbbde7efb /dev-util | |
parent | Stable on ppc64; bug #166029 (diff) | |
download | gentoo-2-f60cb63421dc1b638e8d2908f3ea55198e4da411.tar.gz gentoo-2-f60cb63421dc1b638e8d2908f3ea55198e4da411.tar.bz2 gentoo-2-f60cb63421dc1b638e8d2908f3ea55198e4da411.zip |
Stable on ppc64; bug #166121
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-3.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index cc54b2f12644..0733116acaaa 100644 --- a/dev-util/valgrind/ChangeLog +++ b/dev-util/valgrind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/valgrind # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.69 2007/02/11 12:30:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.70 2007/02/13 11:01:01 corsair Exp $ + + 13 Feb 2007; Markus Rothe <corsair@gentoo.org> valgrind-3.2.1.ebuild: + Stable on ppc64; bug #166121 11 Feb 2007; Raúl Porcel <armin76@gentoo.org> valgrind-3.2.1.ebuild: x86 stable wrt bug 166121 diff --git a/dev-util/valgrind/valgrind-3.2.1.ebuild b/dev-util/valgrind/valgrind-3.2.1.ebuild index 994b94e3b6a6..3c70740a85b0 100644 --- a/dev-util/valgrind/valgrind-3.2.1.ebuild +++ b/dev-util/valgrind/valgrind-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.2.1.ebuild,v 1.3 2007/02/11 12:30:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.2.1.ebuild,v 1.4 2007/02/13 11:01:01 corsair Exp $ inherit autotools eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~ppc ~ppc64 x86" +KEYWORDS="-* ~amd64 ~ppc ppc64 x86" IUSE="X" # bug #49147 (bogus stacktrace in gdb with --db-attach=yes) does not seem to be applicable anymore |