--- /usr/portage/sys-auth/nss-mdns/nss-mdns-0.10.ebuild 2009-12-10 19:38:48.000000000 +0000 +++ /usr/portage/sys-auth/nss-mdns/nss-mdns-0.10.ebuild 2011-10-12 22:16:41.456508466 +0100 @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa ~mips ppc x86" -IUSE="" +IUSE="search-domains" DEPEND="net-dns/avahi" RDEPEND="${DEPEND}" @@ -23,7 +23,7 @@ } src_compile() { - econf --enable-search-domains --enable-avahi || die "configure failed" + econf $(use_enable search-domains) --enable-avahi || die "configure failed" emake || die "compile failed" } @@ -53,6 +53,4 @@ ewarn "If you want to perform mDNS lookups for domains other than the ones" ewarn "ending in .local, add them to /etc/mdns.allow" ewarn - ebeep 5 - epause 10 }