--- kdelibs-3.3.0.ebuild.orig 2004-09-15 11:35:44.137488272 +0200 +++ kdelibs-3.3.0.ebuild 2004-09-15 11:38:44.163120216 +0200 @@ -12,7 +12,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="3.3" KEYWORDS="x86 ~amd64 ppc64 ~mips ~sparc ppc" -IUSE="alsa arts cups doc ipv6 ldap ssl tiff" +IUSE="alsa arts cups doc ipv6 ldap ssl tiff kerberos" # kde.eclass has kdelibs in DEPEND, and we can't have that in here. # so we recreate the entire DEPEND from scratch. @@ -28,6 +28,7 @@ cups? ( >=net-print/cups-1.1.19 ) ldap? ( >=net-nds/openldap-2.1.26 ) tiff? ( media-libs/tiff ) + kerberos? ( virtual/krb5 ) >=app-admin/fam-2.7.0 virtual/ghostscript media-libs/libart_lgpl @@ -53,7 +54,8 @@ use ssl && myconf="$myconf --with-ssl-dir=/usr" || myconf="$myconf --without-ssl" use alsa && myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa" use cups && myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups" - + use kerberos || myconf="$myconf --with-gssapi=no" + use x86 && myconf="$myconf --enable-fast-malloc=full" use ppc64 && append-flags -mminimal-toc