On 16 Jan, Alan McKinnon wrote: > On Friday 16 January 2009 13:49:04 Helmut Jarausch wrote: >> Hi, >> >> I'm still struggling with the logic of dependencies in ebuild files >> e.g. >> >> kde-base/kdelibs-3.5.10-r2.ebuild contains the line >> !avahi? ( !bindist? ( net-misc/mDNSResponder !kde-misc/kdnssd-avahi ) ) >> >> This causes a dependency loop since I do have 'avahi' installed >> which blocks net-misc/mDNSResponder but other packages need avahi. > > It may be installed, but is it in your USE? > > The output of > eix -e kdelibs > would be useful here >
It's a bit strange: I have the avahi use-flag in /etc/make.conf equery uses kde-base/kdelibs shows the avahi use-flag but eix -e kde-base/kdelibs doesn't. Now, unmerging kde-base/kdelibs:3.5 and reemerging it again (from source - not from a package) seems to work but takes some time on my slow machine. Thanks for the hint though it's still a bit strange. Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany

