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

Collapse All | Expand All

(-)samba-3.0.20.ebuild.orig (-3 / +6 lines)
Lines 5-11 Link Here
5
inherit eutils versionator
5
inherit eutils versionator
6
6
7
IUSE_LINGUAS="ja pl"
7
IUSE_LINGUAS="ja pl"
8
IUSE="acl cups doc kerberos ldap mysql pam postgres python quotas readline
8
IUSE="aio ads syslog acl cups doc kerberos ldap mysql pam postgres python quotas readline
9
winbind xml xml2 libclamav oav selinux"
9
winbind xml xml2 libclamav oav selinux"
10
RESTRICT="test"
10
RESTRICT="test"
11
11
Lines 32-37 Link Here
32
	acl?       ( sys-apps/acl )
32
	acl?       ( sys-apps/acl )
33
	cups?      ( net-print/cups )
33
	cups?      ( net-print/cups )
34
	ldap?      ( kerberos? ( virtual/krb5 ) net-nds/openldap )
34
	ldap?      ( kerberos? ( virtual/krb5 ) net-nds/openldap )
35
	ads?       ( virtual/krb5 )
35
	mysql?     ( dev-db/mysql sys-libs/zlib )
36
	mysql?     ( dev-db/mysql sys-libs/zlib )
36
	pam?       ( sys-libs/pam )
37
	pam?       ( sys-libs/pam )
37
	postgres?  ( dev-db/postgresql sys-libs/zlib )
38
	postgres?  ( dev-db/postgresql sys-libs/zlib )
Lines 102-118 Link Here
102
		--with-lockdir=/var/cache/samba \
103
		--with-lockdir=/var/cache/samba \
103
		--with-logfilebase=/var/log/samba \
104
		--with-logfilebase=/var/log/samba \
104
		--with-privatedir=${PRIVATE_DST} \
105
		--with-privatedir=${PRIVATE_DST} \
105
		--enable-static --enable-shared \
106
		--enable-shared \
106
		--with-smbmount --with-automount \
107
		--with-smbmount --with-automount \
107
		--with-libsmbclient \
108
		--with-libsmbclient \
108
		--without-spinlocks \
109
		--without-spinlocks \
109
		--with-syslog \
110
		--with-syslog \
110
		--with-idmap \
111
		--without-ldapsam \
111
		--without-ldapsam \
112
		$(use_with acl acl-support) \
112
		$(use_with acl acl-support) \
113
		$(use_enable cups) \
113
		$(use_enable cups) \
114
		$(use_with kerberos krb5) \
114
		$(use_with kerberos krb5) \
115
		$(use_with ldap) \
115
		$(use_with ldap) \
116
		$(use_with syslog) \
117
		$(use_with ads ) \
118
		$(use_with aio) \
116
		$(use_with python) \
119
		$(use_with python) \
117
		$(use_with readline) \
120
		$(use_with readline) \
118
		$(use_with winbind) \
121
		$(use_with winbind) \

Return to bug 103164