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

Collapse All | Expand All

(-)a/samba-4.5.3.ebuild (-9 / +5 lines)
Lines 26-32 Link Here
26
SLOT="0"
26
SLOT="0"
27
27
28
IUSE="acl addc addns ads client cluster cups dmapi fam gnutls iprint
28
IUSE="acl addc addns ads client cluster cups dmapi fam gnutls iprint
29
ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind zeroconf"
29
ldap pam quota selinux syslog systemd test winbind zeroconf"
30
30
31
MULTILIB_WRAPPED_HEADERS=(
31
MULTILIB_WRAPPED_HEADERS=(
32
	/usr/include/samba-4.0/policy.h
32
	/usr/include/samba-4.0/policy.h
Lines 68-76 Link Here
68
	gnutls? ( dev-libs/libgcrypt:0
68
	gnutls? ( dev-libs/libgcrypt:0
69
		>=net-libs/gnutls-1.4.0 )
69
		>=net-libs/gnutls-1.4.0 )
70
	ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
70
	ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
71
	system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] )
71
	systemd? ( sys-apps/systemd:0= )
72
	!system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
72
	!app-crypt/heimdal"
73
	systemd? ( sys-apps/systemd:0= )"
74
DEPEND="${CDEPEND}
73
DEPEND="${CDEPEND}
75
	virtual/pkgconfig"
74
	virtual/pkgconfig"
76
RDEPEND="${CDEPEND}
75
RDEPEND="${CDEPEND}
Lines 79-85 Link Here
79
	!dev-perl/Parse-Yapp
78
	!dev-perl/Parse-Yapp
80
"
79
"
81
80
82
REQUIRED_USE="addc? ( gnutls !system-mitkrb5 )
81
REQUIRED_USE="addc? ( gnutls )
83
	ads? ( acl gnutls ldap )
82
	ads? ( acl gnutls ldap )
84
	${PYTHON_REQUIRED_USE}"
83
	${PYTHON_REQUIRED_USE}"
85
84
Lines 123-130 Link Here
123
		--localstatedir="${EPREFIX}/var"
122
		--localstatedir="${EPREFIX}/var"
124
		--with-modulesdir="${EPREFIX}/usr/$(get_libdir)/samba"
123
		--with-modulesdir="${EPREFIX}/usr/$(get_libdir)/samba"
125
		--with-piddir="${EPREFIX}/run/${PN}"
124
		--with-piddir="${EPREFIX}/run/${PN}"
126
		--bundled-libraries=NONE
125
		--bundled-libraries=heimdal
127
		--builtin-libraries=NONE
128
		--disable-rpath
126
		--disable-rpath
129
		--disable-rpath-install
127
		--disable-rpath-install
130
		--nopyc
128
		--nopyc
Lines 149-155 Link Here
149
			$(use_with quota quotas)
147
			$(use_with quota quotas)
150
			$(use_with syslog)
148
			$(use_with syslog)
151
			$(use_with systemd)
149
			$(use_with systemd)
152
			$(usex system-mitkrb5 '--with-system-mitkrb5' '')
153
			$(use_with winbind)
150
			$(use_with winbind)
154
			$(usex test '--enable-selftest' '')
151
			$(usex test '--enable-selftest' '')
155
			$(use_enable zeroconf avahi)
152
			$(use_enable zeroconf avahi)
Lines 173-179 Link Here
173
			--without-quotas
170
			--without-quotas
174
			--without-syslog
171
			--without-syslog
175
			--without-systemd
172
			--without-systemd
176
			$(usex system-mitkrb5 '--with-system-mitkrb5' '')
177
			--without-winbind
173
			--without-winbind
178
			--disable-python
174
			--disable-python
179
		)
175
		)

Return to bug 603570