summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-09-07 15:53:02 -0400
committerMike Frysinger <vapier@gentoo.org>2015-09-07 15:53:09 -0400
commit72e04d1a06587ea8930af41209949852feaf5f39 (patch)
tree61aa31205aff51aa7724d3cfe7b8f4371778419c /sys-libs/libnih/libnih-1.0.3-r3.ebuild
parentdev-perl/DateManip: Version bump; remove old (diff)
downloadgentoo-72e04d1a06587ea8930af41209949852feaf5f39.tar.gz
gentoo-72e04d1a06587ea8930af41209949852feaf5f39.tar.bz2
gentoo-72e04d1a06587ea8930af41209949852feaf5f39.zip
sys-libs/libnih: drop unused valgrind dep #559830
Diffstat (limited to 'sys-libs/libnih/libnih-1.0.3-r3.ebuild')
-rw-r--r--sys-libs/libnih/libnih-1.0.3-r3.ebuild9
1 files 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 1f8d2acaccfe..50bc0df28493 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