diff options
Diffstat (limited to 'net-fs/samba/samba-4.6.7.ebuild')
-rw-r--r-- | net-fs/samba/samba-4.6.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.6.7.ebuild b/net-fs/samba/samba-4.6.7.ebuild index 7c288fa664f9..de3163c7392d 100644 --- a/net-fs/samba/samba-4.6.7.ebuild +++ b/net-fs/samba/samba-4.6.7.ebuild @@ -24,7 +24,7 @@ LICENSE="GPL-3" SLOT="0" -IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap pam python +IUSE="acl addc addns ads client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf" MULTILIB_WRAPPED_HEADERS=( @@ -66,6 +66,7 @@ CDEPEND=" ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) + debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( @@ -185,6 +186,7 @@ multilib_src_configure() { $(use_with ads) $(use_with cluster cluster-support) $(use_enable cups) + $(use_with debug lttng) $(use_with dmapi) $(use_with fam) $(use_enable gnutls) @@ -218,6 +220,7 @@ multilib_src_configure() { --without-gpgme --disable-iprint $(use_with ldap) + $(use_with debug lttng) --without-pam --without-quotas --without-syslog |