diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-05-02 12:00:19 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-05-02 12:00:19 +0000 |
commit | 73671da5cf2a94ddcd0b3e1120320acd9b6dfefb (patch) | |
tree | 96a1a0d489c1e82eaeb4ad8212af790ff376b040 /dev-util | |
parent | Stable on Alpha, bug 168917. (diff) | |
download | gentoo-2-73671da5cf2a94ddcd0b3e1120320acd9b6dfefb.tar.gz gentoo-2-73671da5cf2a94ddcd0b3e1120320acd9b6dfefb.tar.bz2 gentoo-2-73671da5cf2a94ddcd0b3e1120320acd9b6dfefb.zip |
Stable on x86, security bug #176707.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-3.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index 09a9427d52fe..219c59c87f79 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.74 2007/05/01 20:23:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.75 2007/05/02 12:00:19 ticho Exp $ + + 02 May 2007; Andrej Kacian <ticho@gentoo.org> valgrind-3.2.3.ebuild: + Stable on x86, security bug #176707. 01 May 2007; Markus Rothe <corsair@gentoo.org> valgrind-3.2.3.ebuild: Stable on ppc64; bug #176707 diff --git a/dev-util/valgrind/valgrind-3.2.3.ebuild b/dev-util/valgrind/valgrind-3.2.3.ebuild index 544cc19e4bff..e7b4d016ed35 100644 --- a/dev-util/valgrind/valgrind-3.2.3.ebuild +++ b/dev-util/valgrind/valgrind-3.2.3.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.3.ebuild,v 1.3 2007/05/01 20:23:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.2.3.ebuild,v 1.4 2007/05/02 12:00:19 ticho 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 |