diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-11 12:30:16 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-11 12:30:16 +0000 |
commit | 124055e62c41182d951c15e904f45396ae2fc035 (patch) | |
tree | 295b3efb1f9b007ab8b8747f3391917000e93657 /dev-util/valgrind | |
parent | Cleanup. (diff) | |
download | gentoo-2-124055e62c41182d951c15e904f45396ae2fc035.tar.gz gentoo-2-124055e62c41182d951c15e904f45396ae2fc035.tar.bz2 gentoo-2-124055e62c41182d951c15e904f45396ae2fc035.zip |
x86 stable wrt bug 166121
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-3.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index 49a8daafbb6b..cc54b2f12644 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.68 2006/11/03 18:58:36 caleb Exp $ +# 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 $ + + 11 Feb 2007; Raúl Porcel <armin76@gentoo.org> valgrind-3.2.1.ebuild: + x86 stable wrt bug 166121 03 Nov 2006; Caleb Tennis <caleb@gentoo.org> -files/valgrind-3.1.0-amd64-nomultilib-fix.patch, -valgrind-3.1.1.ebuild: diff --git a/dev-util/valgrind/valgrind-3.2.1.ebuild b/dev-util/valgrind/valgrind-3.2.1.ebuild index f7a6ec65f8af..994b94e3b6a6 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-2006 Gentoo Foundation +# 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.2 2006/10/24 16:07:36 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.2.1.ebuild,v 1.3 2007/02/11 12:30:16 armin76 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 |