summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-08-15 20:04:17 +0000
committerMarkus Meier <maekke@gentoo.org>2008-08-15 20:04:17 +0000
commit52457906f90906e5952a0985441b18deb185f6a6 (patch)
tree18a166882106e0b0a9db1dbb6a498b579480eac9 /dev-util
parentamd64/x86 stable, bug #234684 (diff)
downloadgentoo-2-52457906f90906e5952a0985441b18deb185f6a6.tar.gz
gentoo-2-52457906f90906e5952a0985441b18deb185f6a6.tar.bz2
gentoo-2-52457906f90906e5952a0985441b18deb185f6a6.zip
amd64/x86 stable, bug #234526
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc2 i686)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/valgrind/ChangeLog5
-rw-r--r--dev-util/valgrind/valgrind-3.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog
index eaa1c9ae0fd8..52a98834ac29 100644
--- a/dev-util/valgrind/ChangeLog
+++ b/dev-util/valgrind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/valgrind
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.90 2008/08/13 20:29:40 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.91 2008/08/15 20:04:17 maekke Exp $
+
+ 15 Aug 2008; Markus Meier <maekke@gentoo.org> valgrind-3.3.1.ebuild:
+ amd64/x86 stable, bug #234526
13 Aug 2008; Maurice van der Pot <griffon26@gentoo.org>
+files/valgrind-3.3.1-local-labels.patch, valgrind-3.3.1.ebuild:
diff --git a/dev-util/valgrind/valgrind-3.3.1.ebuild b/dev-util/valgrind/valgrind-3.3.1.ebuild
index 0534a8cb63fe..9d0d24c681fb 100644
--- a/dev-util/valgrind/valgrind-3.3.1.ebuild
+++ b/dev-util/valgrind/valgrind-3.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.1.ebuild,v 1.3 2008/08/13 20:29:40 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.1.ebuild,v 1.4 2008/08/15 20:04:17 maekke 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"
RDEPEND="!dev-util/callgrind"