summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-02 13:20:14 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-02 14:36:27 +0200
commit5763755f5d130568ce411b00d4a11575f4494571 (patch)
tree6ab12a7d6b9bfca774aa56b2134395ac5817de4c /net-fs
parentnet-misc/networkmanager: Version bump (diff)
downloadgentoo-5763755f5d130568ce411b00d4a11575f4494571.tar.gz
gentoo-5763755f5d130568ce411b00d4a11575f4494571.tar.bz2
gentoo-5763755f5d130568ce411b00d4a11575f4494571.zip
net-fs/samba: Use zeroconf instead of avahi USE flag (#477620)
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/samba-4.5.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/samba/samba-4.5.0.ebuild b/net-fs/samba/samba-4.5.0.ebuild
index 9e342bfdd6e8..20eb1e505223 100644
--- a/net-fs/samba/samba-4.5.0.ebuild
+++ b/net-fs/samba/samba-4.5.0.ebuild
@@ -25,8 +25,8 @@ LICENSE="GPL-3"
SLOT="0"
-IUSE="acl addc addns ads avahi client cluster cups dmapi fam gnutls iprint
-ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind"
+IUSE="acl addc addns ads client cluster cups dmapi fam gnutls iprint
+ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind zeroconf"
MULTILIB_WRAPPED_HEADERS=(
/usr/include/samba-4.0/policy.h
@@ -133,7 +133,6 @@ multilib_src_configure() {
$(use_with addns dnsupdate)
$(use_with ads)
$(usex ads '--with-shared-modules=idmap_ad' '')
- $(use_enable avahi)
$(use_with cluster cluster-support)
$(use_enable cups)
$(use_with dmapi)
@@ -149,6 +148,7 @@ multilib_src_configure() {
$(usex system-mitkrb5 '--with-system-mitkrb5' '')
$(use_with winbind)
$(usex test '--enable-selftest' '')
+ $(use_enable zeroconf avahi)
--with-shared-modules=${SHAREDMODS}
)
else