diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-02 14:19:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-02 14:37:26 +0200 |
commit | 7554472b32a61dd9dcbc41497e889518f6ef1daa (patch) | |
tree | 2b33bffcc9a47f4dd5fe79b2114a453c43b60832 /sys-power/nut | |
parent | sys-devel/distcc: Use zeroconf instead of avahi USE flag (#477620) (diff) | |
download | gentoo-7554472b32a61dd9dcbc41497e889518f6ef1daa.tar.gz gentoo-7554472b32a61dd9dcbc41497e889518f6ef1daa.tar.bz2 gentoo-7554472b32a61dd9dcbc41497e889518f6ef1daa.zip |
sys-power/nut: Use zeroconf instead of avahi USE flag (#477620)
Package-Manager: portage-2.3.1
Diffstat (limited to 'sys-power/nut')
-rw-r--r-- | sys-power/nut/nut-2.7.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-power/nut/nut-2.7.3.ebuild b/sys-power/nut/nut-2.7.3.ebuild index b137d659f0cd..c083a5b8abfd 100644 --- a/sys-power/nut/nut-2.7.3.ebuild +++ b/sys-power/nut/nut-2.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,8 +17,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="avahi cgi ipmi snmp +usb selinux ssl tcpd xml" -CDEPEND="avahi? ( net-dns/avahi ) +IUSE="cgi ipmi snmp +usb selinux ssl tcpd xml zeroconf" +CDEPEND=" cgi? ( >=media-libs/gd-2[png] ) snmp? ( net-analyzer/net-snmp ) usb? ( virtual/libusb:0 ) @@ -26,6 +26,7 @@ CDEPEND="avahi? ( net-dns/avahi ) tcpd? ( sys-apps/tcp-wrappers ) xml? ( >=net-libs/neon-0.25.0 ) ipmi? ( sys-libs/freeipmi ) + zeroconf? ( net-dns/avahi ) virtual/udev" DEPEND="$CDEPEND >=sys-apps/sed-4 @@ -142,7 +143,6 @@ src_configure() { --with-dev \ --with-serial \ --without-powerman \ - $(use_with avahi) \ $(use_with cgi) \ $(use_with ipmi) \ $(use_with ipmi freeipmi) \ @@ -151,6 +151,7 @@ src_configure() { $(use_with tcpd wrap) \ $(use_with usb) \ $(use_with xml neon) \ + $(use_with zeroconf avahi) \ $(systemd_with_unitdir) \ ${myconf} } |