Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-mdns/
Date: Mon, 19 Feb 2018 15:28:04
Message-Id: 1519054076.4542ddbf0f64fedb362401c8ac4a4e5453512fd3.mgorny@gentoo
1 commit: 4542ddbf0f64fedb362401c8ac4a4e5453512fd3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 15:25:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 15:27:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4542ddbf
7
8 sys-auth/nss-mdns: Pass --enable/--disable-tests explicitly
9
10 Upstream now enables tests by default and the configure script fails
11 if dev-libs/check is not present. Pass --enable/--disable-tests
12 appropriately to control the dependency check.
13
14 sys-auth/nss-mdns/nss-mdns-9999.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/sys-auth/nss-mdns/nss-mdns-9999.ebuild b/sys-auth/nss-mdns/nss-mdns-9999.ebuild
18 index 8ba258c7989..ddafab3e345 100644
19 --- a/sys-auth/nss-mdns/nss-mdns-9999.ebuild
20 +++ b/sys-auth/nss-mdns/nss-mdns-9999.ebuild
21 @@ -28,6 +28,8 @@ multilib_src_configure() {
22 local myconf=(
23 # $(localstatedir)/run/... is used to locate avahi-daemon socket
24 --localstatedir=/var
25 +
26 + $(use_enable test tests)
27 )
28
29 ECONF_SOURCE=${S} \