From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KxPRg-0005OV-TS for garchives@archives.gentoo.org; Tue, 04 Nov 2008 17:12:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3F11E0429; Tue, 4 Nov 2008 17:11:59 +0000 (UTC) Received: from nameserver1.mcve.com (nameserver1.mcve.com [216.155.111.1]) by pigeon.gentoo.org (Postfix) with ESMTP id A9B9DE0429; Tue, 4 Nov 2008 17:11:59 +0000 (UTC) Received: from [192.168.11.55] (shop.monetra.com [216.155.111.10]) by nameserver1.mcve.com (Postfix) with ESMTP id 520711110048; Tue, 4 Nov 2008 12:11:57 -0500 (EST) Message-ID: <4910825C.7090304@gentoo.org> Date: Tue, 04 Nov 2008 12:11:56 -0500 From: Doug Goldstein User-Agent: Thunderbird 2.0.0.17 (X11/20080930) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org, gentoo-dev-announce@lists.gentoo.org Subject: [gentoo-dev] zeroconf/avahi USE flag Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 0805772b-1cc4-4134-9be1-a6a2cc6f35ff X-Archives-Hash: a9f060a2f85af206de57004f1ef49f23 Hey all, A few ebuilds treat things differently with regard to this situation and it really needs to get rectified. net-misc/ntp zeroconf? ( || ( net-dns/avahi net-misc/mDNSResponder ) ) net-print/cups zeroconf? ( !avahi? ( net-misc/mDNSResponder ) ) avahi? ( net-dns/avahi ) kde-base/kdelibs !avahi? ( !bindist? ( net-misc/mDNSResponder !kde-misc/kdnssd-avahi ) ) avahi? ( kde-misc/kdnssd-avahi ) To name a few... the above will cause blockers for people depending on their merge order if they have the following in their USE flags. USE="zeroconf -avahi" Maybe we should clean the whole thing up and do like net-misc/ntp does it. Thoughts?