Gentoo Archives: gentoo-dev

From: Doug Goldstein <cardoe@g.o>
To: gentoo-dev@l.g.o, gentoo-dev-announce@l.g.o
Subject: [gentoo-dev] zeroconf/avahi USE flag
Date: Tue, 04 Nov 2008 17:12:01
Message-Id: 4910825C.7090304@gentoo.org
1 Hey all,
2
3 A few ebuilds treat things differently with regard to this situation and
4 it really needs to get rectified.
5
6 net-misc/ntp
7 zeroconf? ( || ( net-dns/avahi net-misc/mDNSResponder ) )
8
9 net-print/cups
10 zeroconf? ( !avahi? ( net-misc/mDNSResponder ) )
11 avahi? ( net-dns/avahi )
12
13 kde-base/kdelibs
14 !avahi? ( !bindist? ( net-misc/mDNSResponder !kde-misc/kdnssd-avahi ) )
15 avahi? ( kde-misc/kdnssd-avahi )
16
17
18 To name a few... the above will cause blockers for people depending on
19 their merge order if they have the following in their USE flags.
20
21 USE="zeroconf -avahi"
22
23
24 Maybe we should clean the whole thing up and do like net-misc/ntp does
25 it. Thoughts?

Replies

Subject Author
Re: [gentoo-dev] zeroconf/avahi USE flag Gilles Dartiguelongue <eva@g.o>
Re: [gentoo-dev] zeroconf/avahi USE flag Daniel Pielmeier <daniel.pielmeier@××××××××××.com>