commit:     72e04d1a06587ea8930af41209949852feaf5f39
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 19:53:02 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 19:53:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e04d1a

sys-libs/libnih: drop unused valgrind dep #559830

 sys-libs/libnih/libnih-1.0.3-r3.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-libs/libnih/libnih-1.0.3-r3.ebuild 
b/sys-libs/libnih/libnih-1.0.3-r3.ebuild
index 1f8d2ac..50bc0df 100644
--- a/sys-libs/libnih/libnih-1.0.3-r3.ebuild
+++ b/sys-libs/libnih/libnih-1.0.3-r3.ebuild
@@ -13,13 +13,16 @@ 
SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+d
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
-IUSE="+dbus nls static-libs test +threads"
+IUSE="+dbus nls static-libs +threads"
 
+# The configure phase will check for valgrind headers, and the tests will use
+# that header, but only to do dynamic valgrind detection.  The tests aren't
+# run directly through valgrind, only by developers directly.  So don't bother
+# depending on valgrind here. #559830
 RDEPEND="dbus? ( dev-libs/expat >=sys-apps/dbus-1.2.16 )"
 DEPEND="${RDEPEND}
        sys-devel/gettext
-       virtual/pkgconfig
-       test? ( dev-util/valgrind )"
+       virtual/pkgconfig"
 
 src_prepare() {
        epatch "${FILESDIR}"/${PN}-1.0.3-optional-dbus.patch

Reply via email to