commit: 4542ddbf0f64fedb362401c8ac4a4e5453512fd3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 15:25:42 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 15:27:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4542ddbf
sys-auth/nss-mdns: Pass --enable/--disable-tests explicitly
Upstream now enables tests by default and the configure script fails
if dev-libs/check is not present. Pass --enable/--disable-tests
appropriately to control the dependency check.
sys-auth/nss-mdns/nss-mdns-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-auth/nss-mdns/nss-mdns-9999.ebuild
b/sys-auth/nss-mdns/nss-mdns-9999.ebuild
index 8ba258c7989..ddafab3e345 100644
--- a/sys-auth/nss-mdns/nss-mdns-9999.ebuild
+++ b/sys-auth/nss-mdns/nss-mdns-9999.ebuild
@@ -28,6 +28,8 @@ multilib_src_configure() {
local myconf=(
# $(localstatedir)/run/... is used to locate avahi-daemon socket
--localstatedir=/var
+
+ $(use_enable test tests)
)
ECONF_SOURCE=${S} \