diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-02 13:59:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-02 13:59:45 +0000 |
commit | eec66879ceb2673442f3d92310a5555468949f6f (patch) | |
tree | 5c791ef140a7ccb564fcd419fe4f30a0640f6dfa /sys-auth/nss-mdns | |
parent | Version bump (diff) | |
download | gentoo-2-eec66879ceb2673442f3d92310a5555468949f6f.tar.gz gentoo-2-eec66879ceb2673442f3d92310a5555468949f6f.tar.bz2 gentoo-2-eec66879ceb2673442f3d92310a5555468949f6f.zip |
Add missing WANT_AUTOMAKE/WANT_AUTOCONF variables.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'sys-auth/nss-mdns')
-rw-r--r-- | sys-auth/nss-mdns/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sys-auth/nss-mdns/ChangeLog b/sys-auth/nss-mdns/ChangeLog index e0e65a6203e8..dc757ce7bf57 100644 --- a/sys-auth/nss-mdns/ChangeLog +++ b/sys-auth/nss-mdns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/nss-mdns -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/ChangeLog,v 1.12 2006/12/30 07:21:20 compnerd Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/ChangeLog,v 1.13 2007/01/02 13:59:45 flameeyes Exp $ + + 02 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> nss-mdns-0.8-r1.ebuild: + Add missing WANT_AUTOMAKE/WANT_AUTOCONF variables. *nss-mdns-0.8-r1 (30 Dec 2006) diff --git a/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild b/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild index 17c6686813aa..7f07e66d3f93 100644 --- a/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild +++ b/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild @@ -1,6 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild,v 1.1 2006/12/30 07:21:20 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.8-r1.ebuild,v 1.2 2007/01/02 13:59:45 flameeyes Exp $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="1.9" inherit autotools eutils @@ -42,7 +45,7 @@ pkg_postinst() { ewarn ewarn "You must modify your name service switch look up file to enable" ewarn "multicast DNS lookups. If you wish to resolve only IPv6 addresses" - ewarn "use mdns6. For IPv4 addresses only, use mdns4. To resolve both" + ewarn "use mdns6. For IPv4 addresses only, use mdns4. To resolve both" ewarn "use mdns. Keep in mind that mdns will be slower if there are no" ewarn "IPv6 addresses published via mDNS on the network. There are also" ewarn "minimal (mdns?_minimal) libraries which only lookup .local hosts" |