--- kdebase-kioslaves-3.4.0_beta2.ebuild.orig 2005-02-15 12:42:47.000000000 +0000 +++ kdebase-kioslaves-3.4.0_beta2.ebuild 2005-02-15 12:46:04.000000000 +0000 @@ -10,15 +10,16 @@ DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data" KEYWORDS="~x86" -IUSE="ldap samba" +IUSE="ldap samba hal" DEPEND="ldap? ( net-nds/openldap ) samba? ( >=net-fs/samba-3.0.1 ) + hal? ( sys-apps/hal >=sys-apps/dbus-0.22-r3 ) >=dev-libs/cyrus-sasl-2 $(deprange $PV $MAXKDEVER kde-base/kdesktop)" # for the kdeeject script used by the devices/mounthelper ioslave src_compile () { - myconf="$myconf `use_with ldap`" + myconf="$myconf `use_with ldap` `use_with hal`" kde-meta_src_compile }