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

(-)/usr/portage/net-fs/samba/samba-4.1.17.ebuild (-2 / +4 lines)
Lines 20-32 Link Here
20
20
21
SLOT="0"
21
SLOT="0"
22
22
23
IUSE="acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint
23
IUSE="acl addns ads aio avahi bi_heimdal client cluster cups dmapi fam gnutls iprint
24
ldap quota selinux syslog systemd test winbind"
24
ldap quota selinux syslog systemd test winbind"
25
25
26
# sys-apps/attr is an automagic dependency (see bug #489748)
26
# sys-apps/attr is an automagic dependency (see bug #489748)
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/popt
31
	dev-libs/popt
32
	sys-libs/readline:=
32
	sys-libs/readline:=
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
	aio? ( dev-libs/libaio )
47
	aio? ( dev-libs/libaio )
47
	cluster? ( >=dev-db/ctdb-1.0.114_p1 )
48
	cluster? ( >=dev-db/ctdb-1.0.114_p1 )
48
	cups? ( net-print/cups )
49
	cups? ( net-print/cups )
Lines 97-102 Link Here
97
	local myconf=''
98
	local myconf=''
98
	use "cluster" && myconf+=" --with-ctdb-dir=/usr"
99
	use "cluster" && myconf+=" --with-ctdb-dir=/usr"
99
	use "test" && myconf+=" --enable-selftest"
100
	use "test" && myconf+=" --enable-selftest"
101
	use "bi_heimdal" && myconf+=" --bundled-libraries=heimdal"
100
	myconf="${myconf} \
102
	myconf="${myconf} \
101
		--enable-fhs \
103
		--enable-fhs \
102
		--sysconfdir=/etc \
104
		--sysconfdir=/etc \

Return to bug 490872