diff options
author | 2006-04-11 04:56:06 +0000 | |
---|---|---|
committer | 2006-04-11 04:56:06 +0000 | |
commit | 54c5062177279d13305c9a0a152aef3701d618a6 (patch) | |
tree | d72ec896c9dfad132dd8df89098c7b3f6769aa15 /dev-util/valgrind | |
parent | Added missing x11-misc/imake to DEPEND. This fixes bug #128747. Also moved ra... (diff) | |
download | gentoo-2-54c5062177279d13305c9a0a152aef3701d618a6.tar.gz gentoo-2-54c5062177279d13305c9a0a152aef3701d618a6.tar.bz2 gentoo-2-54c5062177279d13305c9a0a152aef3701d618a6.zip |
Stable on x86; version that doesn't seem to suffer from death bug
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-3.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index daf5a66d02da..71f3eeb865be 100644 --- a/dev-util/valgrind/ChangeLog +++ b/dev-util/valgrind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/valgrind # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.58 2006/03/30 15:51:01 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.59 2006/04/11 04:56:06 tsunam Exp $ + + 11 Apr 2006; Joshua Jackson <tsunam@gentoo.org> valgrind-3.1.1.ebuild: + stable on x86; bug #129127 *valgrind-3.1.1 (29 Mar 2006) diff --git a/dev-util/valgrind/valgrind-3.1.1.ebuild b/dev-util/valgrind/valgrind-3.1.1.ebuild index c5232bb31103..a6e5b5946e29 100644 --- a/dev-util/valgrind/valgrind-3.1.1.ebuild +++ b/dev-util/valgrind/valgrind-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.1.1.ebuild,v 1.1 2006/03/30 15:51:01 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.1.1.ebuild,v 1.2 2006/04/11 04:56:06 tsunam Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~ppc ~x86" +KEYWORDS="-* ~amd64 ~ppc x86" IUSE="X" # bug #49147 (bogus stacktrace in gdb with --db-attach=yes) does not seem to be applicable anymore |