|
|
| |
DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data" | DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data" |
KEYWORDS="~x86" | KEYWORDS="~x86" |
IUSE="ldap samba" |
IUSE="ldap samba hal" |
DEPEND="ldap? ( net-nds/openldap ) | DEPEND="ldap? ( net-nds/openldap ) |
samba? ( >=net-fs/samba-3.0.1 ) | samba? ( >=net-fs/samba-3.0.1 ) |
|
hal? ( sys-apps/hal >=sys-apps/dbus-0.22-r3 ) |
>=dev-libs/cyrus-sasl-2 | >=dev-libs/cyrus-sasl-2 |
$(deprange $PV $MAXKDEVER kde-base/kdesktop)" # for the kdeeject script used by the devices/mounthelper ioslave | $(deprange $PV $MAXKDEVER kde-base/kdesktop)" # for the kdeeject script used by the devices/mounthelper ioslave |
| |
| |
src_compile () { | src_compile () { |
myconf="$myconf `use_with ldap`" |
myconf="$myconf `use_with ldap` `use_with hal`" |
kde-meta_src_compile | kde-meta_src_compile |
} | } |
| |