Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81966 | Differences between
and this patch

Collapse All | Expand All

(-)kdebase-kioslaves-3.4.0_beta2.ebuild.orig (-2 / +3 lines)
Lines 10-24 Link Here
10
10
11
DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data"
11
DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data"
12
KEYWORDS="~x86"
12
KEYWORDS="~x86"
13
IUSE="ldap samba"
13
IUSE="ldap samba hal"
14
DEPEND="ldap? ( net-nds/openldap )
14
DEPEND="ldap? ( net-nds/openldap )
15
		samba? ( >=net-fs/samba-3.0.1 )
15
		samba? ( >=net-fs/samba-3.0.1 )
16
		hal? ( sys-apps/hal >=sys-apps/dbus-0.22-r3 ) 
16
		>=dev-libs/cyrus-sasl-2
17
		>=dev-libs/cyrus-sasl-2
17
		$(deprange $PV $MAXKDEVER kde-base/kdesktop)" # for the kdeeject script used by the devices/mounthelper ioslave
18
		$(deprange $PV $MAXKDEVER kde-base/kdesktop)" # for the kdeeject script used by the devices/mounthelper ioslave
18
19
19
20
20
src_compile () {
21
src_compile () {
21
	myconf="$myconf `use_with ldap`"
22
	myconf="$myconf `use_with ldap` `use_with hal`"
22
	kde-meta_src_compile
23
	kde-meta_src_compile
23
}
24
}
24
25

Return to bug 81966