diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-04 19:06:44 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-04 19:06:44 +0000 |
commit | fe83d01a6c0f7753a88403713219ddfe6a270630 (patch) | |
tree | f11695e476a266c01c0bf0c1a5c39541a73d288d /dev-util | |
parent | Stable for HPPA (bug #175791). (diff) | |
download | gentoo-2-fe83d01a6c0f7753a88403713219ddfe6a270630.tar.gz gentoo-2-fe83d01a6c0f7753a88403713219ddfe6a270630.tar.bz2 gentoo-2-fe83d01a6c0f7753a88403713219ddfe6a270630.zip |
Marked stable on amd64 for 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 219c59c87f79..330224f79ae4 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.75 2007/05/02 12:00:19 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.76 2007/05/04 19:06:44 dang Exp $ + + 04 May 2007; Daniel Gryniewicz <dang@gentoo.org> valgrind-3.2.3.ebuild: + Marked stable on amd64 for bug #176707 02 May 2007; Andrej Kacian <ticho@gentoo.org> valgrind-3.2.3.ebuild: Stable on x86, security bug #176707. diff --git a/dev-util/valgrind/valgrind-3.2.3.ebuild b/dev-util/valgrind/valgrind-3.2.3.ebuild index e7b4d016ed35..29acef6feb53 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.4 2007/05/02 12:00:19 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.2.3.ebuild,v 1.5 2007/05/04 19:06:44 dang 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 |