From 40cf4adee53cd255c823de059cb8e87e80ea4cc9 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 2 Oct 2016 13:15:43 +0200 Subject: media-gfx/sane-backends: Use zeroconf instead of avahi USE flag (#477620) Package-Manager: portage-2.3.1 --- media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-gfx/sane-backends') diff --git a/media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild b/media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild index 0fa014d995e6..67a29a0e3fdf 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild @@ -94,7 +94,7 @@ IUSE_SANE_BACKENDS=" umax_pp xerox_mfp" -IUSE="avahi doc gphoto2 ipv6 nls snmp systemd threads usb v4l xinetd" +IUSE="doc gphoto2 ipv6 nls snmp systemd threads usb v4l xinetd zeroconf" for backend in ${IUSE_SANE_BACKENDS}; do case ${backend} in @@ -149,7 +149,6 @@ RDEPEND=" >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] >=media-libs/tiff-3.9.7-r1:0=[${MULTILIB_USEDEP}] ) - avahi? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] ) sane_backends_canon_pp? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) sane_backends_hpsj5s? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) sane_backends_mustek_pp? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) @@ -162,6 +161,7 @@ RDEPEND=" xinetd? ( sys-apps/xinetd ) snmp? ( net-analyzer/net-snmp ) systemd? ( sys-apps/systemd:0= ) + zeroconf? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} @@ -258,10 +258,10 @@ multilib_src_configure() { $(use_with gphoto2) \ $(multilib_native_use_with systemd) \ $(use_with v4l) \ - $(use_enable avahi) \ $(use_enable ipv6) \ $(use_enable nls translations) \ $(use_enable threads pthread) \ + $(use_enable zeroconf avahi) \ "${myconf[@]}" } -- cgit v1.2.3-65-gdbad