Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:dotnet-mono-eclass-lat commit in: net-nds/lat/
Date: Sat, 30 Jan 2016 14:00:24
Message-Id: 1454162409.caf15954c6aa4e5c9bc385f60e053770b3b9d2bf.eva@gentoo
1 commit: caf15954c6aa4e5c9bc385f60e053770b3b9d2bf
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 14:00:09 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 14:00:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf15954
7
8 net-nds/lat: fix remaining reference to avahi USE
9
10 Package-Manager: portage-2.2.26
11
12 net-nds/lat/lat-1.2.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-nds/lat/lat-1.2.3-r1.ebuild b/net-nds/lat/lat-1.2.3-r1.ebuild
16 index 6076f09..be96c94 100644
17 --- a/net-nds/lat/lat-1.2.3-r1.ebuild
18 +++ b/net-nds/lat/lat-1.2.3-r1.ebuild
19 @@ -51,8 +51,8 @@ src_install() {
20
21 pkg_postinst() {
22 gnome2_pkg_postinst
23 - if use avahi ; then
24 - ewarn "You've enabled avahi support."
25 + if use zeroconf ; then
26 + ewarn "You've enabled zeroconf support."
27 ewarn "Make sure the avahi daemon is running before you try to start ${PN}"
28 fi
29 }