Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201948 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-auth/nss-mdns/nss-mdns-0.10.ebuild (-4 / +2 lines)
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="amd64 ~hppa ~mips ppc x86"
13
KEYWORDS="amd64 ~hppa ~mips ppc x86"
14
IUSE=""
14
IUSE="search-domains"
15
15
16
DEPEND="net-dns/avahi"
16
DEPEND="net-dns/avahi"
17
RDEPEND="${DEPEND}"
17
RDEPEND="${DEPEND}"
Lines 23-29 Link Here
23
}
23
}
24
24
25
src_compile() {
25
src_compile() {
26
	econf --enable-search-domains --enable-avahi || die "configure failed"
26
	econf $(use_enable search-domains) --enable-avahi || die "configure failed"
27
	emake || die "compile failed"
27
	emake || die "compile failed"
28
}
28
}
29
29
Lines 53-58 Link Here
53
	ewarn "If you want to perform mDNS lookups for domains other than the ones"
53
	ewarn "If you want to perform mDNS lookups for domains other than the ones"
54
	ewarn "ending in .local, add them to /etc/mdns.allow"
54
	ewarn "ending in .local, add them to /etc/mdns.allow"
55
	ewarn
55
	ewarn
56
	ebeep 5
57
	epause 10
58
}
56
}

Return to bug 201948