From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6AF3958973 for ; Sat, 30 Jan 2016 14:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84359E0855; Sat, 30 Jan 2016 14:00:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27B5DE0855 for ; Sat, 30 Jan 2016 14:00:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8677340B3F for ; Sat, 30 Jan 2016 14:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4EE3C0 for ; Sat, 30 Jan 2016 14:00:18 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1454162409.caf15954c6aa4e5c9bc385f60e053770b3b9d2bf.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:dotnet-mono-eclass-lat commit in: net-nds/lat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/lat/lat-1.2.3-r1.ebuild X-VCS-Directories: net-nds/lat/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: caf15954c6aa4e5c9bc385f60e053770b3b9d2bf X-VCS-Branch: dotnet-mono-eclass-lat Date: Sat, 30 Jan 2016 14:00:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 03e0292b-9613-481f-929e-d13796410931 X-Archives-Hash: 11d184158932c592b4fde47108c32824 commit: caf15954c6aa4e5c9bc385f60e053770b3b9d2bf Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Jan 30 14:00:09 2016 +0000 Commit: Gilles Dartiguelongue gentoo 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 }