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

Collapse All | Expand All

(-)samba-4.1.2.ebuild (-2 / +4 lines)
Lines 19-32 Link Here
19
19
20
SLOT="0"
20
SLOT="0"
21
21
22
IUSE="acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint
22
IUSE="acl addns ads aio avahi bi_heimdal client cluster cups dmapi fam gnutls iprint
23
ldap quota selinux syslog test winbind"
23
ldap quota selinux syslog test winbind"
24
24
25
# sys-apps/attr is an automagic dependency (see bug #489748)
25
# sys-apps/attr is an automagic dependency (see bug #489748)
26
# dev-libs/libaio is an automagic dependency (see bug #489764)
26
# dev-libs/libaio is an automagic dependency (see bug #489764)
27
# sys-libs/pam is an automagic dependency (see bug #489770)
27
# sys-libs/pam is an automagic dependency (see bug #489770)
28
CDEPEND="${PYTHON_DEPS}
28
CDEPEND="${PYTHON_DEPS}
29
	>=app-crypt/heimdal-1.5[-ssl]
29
	!bi_heimdal? ( >=app-crypt/heimdal-1.5[-ssl] )
30
	dev-libs/iniparser
30
	dev-libs/iniparser
31
	dev-libs/libaio
31
	dev-libs/libaio
32
	dev-libs/popt
32
	dev-libs/popt
Lines 43-48 Link Here
43
	virtual/pam
43
	virtual/pam
44
	acl? ( virtual/acl )
44
	acl? ( virtual/acl )
45
	addns? ( net-dns/bind-tools[gssapi] )
45
	addns? ( net-dns/bind-tools[gssapi] )
46
	bi_heimdal? ( !>=app-crypt/heimdal-1.5[-ssl] )
46
	cluster? ( >=dev-db/ctdb-1.0.114_p1 )
47
	cluster? ( >=dev-db/ctdb-1.0.114_p1 )
47
	dmapi? ( sys-apps/dmapi )
48
	dmapi? ( sys-apps/dmapi )
48
	fam? ( virtual/fam )
49
	fam? ( virtual/fam )
Lines 88-93 Link Here
88
	local myconf=''
89
	local myconf=''
89
	use "cluster" && myconf+=" --with-ctdb-dir=/usr"
90
	use "cluster" && myconf+=" --with-ctdb-dir=/usr"
90
	use "test" && myconf+=" --enable-selftest"
91
	use "test" && myconf+=" --enable-selftest"
92
	use "bi_heimdal" && myconf+=" --bundled-libraries=heimdal"
91
	myconf="${myconf} \
93
	myconf="${myconf} \
92
		--enable-fhs \
94
		--enable-fhs \
93
		--sysconfdir=/etc \
95
		--sysconfdir=/etc \

Return to bug 490872