I know the reason for the problem I am having. I have /kde-base in /etc/portage/rsync_exclude and I also have RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes The ymessenger ebuild starts with "inherit kde rpm" and this is what happens on my system root@lion root # emerge -pv ymessenger These are the packages that I would merge, in order: Calculating dependencies \ emerge: there are no masked or unmasked ebuilds to satisfy "~kde-base/kde-env-3". !!! Error calculating dependencies. Please correct. I guess the ymessenger would be better off like this: --- ymessenger-1.0.4.1.ebuild 2003-10-02 10:12:13.000000000 +0900 +++ ymessenger-1.0.4.1-r1.ebuild 2003-11-20 00:02:51.000000000 +0900 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-1.0.4.1.ebuild,v 1.2 2003/10/02 00:51:17 seemant Exp $ -inherit kde rpm +inherit kde-functions rpm IUSE="kde gnome"
inheriting kde-functions makes it work, then?
Yes. The only thing the ebuild needs the inhertiance for is the variable $KDEDIR. And the variable *is* set in kde-functions.eclass.
thanks Georgi