--- /usr/portage/kde-base/kdelibs/kdelibs-3.4.0-r2.ebuild 2005-05-04 20:36:00.000000000 +0200 +++ kdelibs-3.4.0-r2.ebuild 2005-05-05 10:52:40.516237168 +0200 @@ -13,7 +13,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="3.4" KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~ppc64" -IUSE="alsa arts cups doc jpeg2k kerberos openexr spell ssl tiff zeroconf" +IUSE="alsa arts cups doc jpeg2k kerberos openexr spell ssl tiff zeroconf fam" # kde.eclass has kdelibs in DEPEND, and we can't have that in here. # so we recreate the entire DEPEND from scratch. @@ -35,7 +35,7 @@ spell? ( || ( app-text/aspell app-text/ispell ) ) zeroconf? ( net-misc/mDNSResponder ) - virtual/fam + fam? ( virtual/fam ) virtual/ghostscript" DEPEND="${RDEPEND} @@ -65,7 +65,7 @@ } src_compile() { - myconf="--with-distribution=Gentoo --enable-libfam --enable-dnotify" + myconf="--with-distribution=Gentoo $(use_enable fam libfam) $(use_enable kernel_linux dnotify)" myconf="${myconf} $(use_with alsa) $(use_with arts)" myconf="${myconf} $(use_with tiff) $(use_with jpeg2k jasper) $(use_with openexr)" myconf="${myconf} $(use_enable cups) $(use_enable zeroconf dnssd)"