summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-09-10 11:56:23 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-09-10 11:56:23 +0000
commitbf828adfeec727f2e455798431b4b89d023860b2 (patch)
tree333fe513e6d78e6686158f39684b83620b46672a /dev-util
parentvanilla-3.16.2 + genpatches-3.16-3 + grsecurity-3.0-3.16.2-201409082129 (diff)
downloadgentoo-2-bf828adfeec727f2e455798431b4b89d023860b2.tar.gz
gentoo-2-bf828adfeec727f2e455798431b4b89d023860b2.tar.bz2
gentoo-2-bf828adfeec727f2e455798431b4b89d023860b2.zip
Stable on arm, bug #518666
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/valgrind/ChangeLog5
-rw-r--r--dev-util/valgrind/valgrind-3.9.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog
index be13e32c4f6a..2253420aae63 100644
--- a/dev-util/valgrind/ChangeLog
+++ b/dev-util/valgrind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/valgrind
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.175 2014/09/09 16:02:01 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.176 2014/09/10 11:56:23 blueness Exp $
+
+ 10 Sep 2014; Anthony G. Basile <blueness@gentoo.org> valgrind-3.9.0.ebuild:
+ Stable on arm, bug #518666
09 Sep 2014; Chema Alonso <nimiux@gentoo.org> valgrind-3.9.0.ebuild:
Stable for amd64 wrt bug #518666
diff --git a/dev-util/valgrind/valgrind-3.9.0.ebuild b/dev-util/valgrind/valgrind-3.9.0.ebuild
index 21fecf4b5a08..34d7abca8c44 100644
--- a/dev-util/valgrind/valgrind-3.9.0.ebuild
+++ b/dev-util/valgrind/valgrind-3.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.9.0.ebuild,v 1.4 2014/09/09 16:02:01 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.9.0.ebuild,v 1.5 2014/09/10 11:56:23 blueness Exp $
EAPI="4"
inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils
@@ -11,7 +11,7 @@ SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="-* amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="mpi"
DEPEND="mpi? ( virtual/mpi )"