commit: caf15954c6aa4e5c9bc385f60e053770b3b9d2bf
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 14:00:09 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 14:00:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf15954
net-nds/lat: fix remaining reference to avahi USE
Package-Manager: portage-2.2.26
net-nds/lat/lat-1.2.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-nds/lat/lat-1.2.3-r1.ebuild b/net-nds/lat/lat-1.2.3-r1.ebuild
index 6076f09..be96c94 100644
--- a/net-nds/lat/lat-1.2.3-r1.ebuild
+++ b/net-nds/lat/lat-1.2.3-r1.ebuild
@@ -51,8 +51,8 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- if use avahi ; then
- ewarn "You've enabled avahi support."
+ if use zeroconf ; then
+ ewarn "You've enabled zeroconf support."
ewarn "Make sure the avahi daemon is running before you try to
start ${PN}"
fi
}