summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-02 13:15:43 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-02 14:36:20 +0200
commit40cf4adee53cd255c823de059cb8e87e80ea4cc9 (patch)
tree3e6c46149efcf2675a3961bd9b3f885703c16542 /media-gfx/sane-backends
parentapp-emulation/libvirt: Use zeroconf instead of avahi USE flag (#477620) (diff)
downloadgentoo-40cf4adee53cd255c823de059cb8e87e80ea4cc9.tar.gz
gentoo-40cf4adee53cd255c823de059cb8e87e80ea4cc9.tar.bz2
gentoo-40cf4adee53cd255c823de059cb8e87e80ea4cc9.zip
media-gfx/sane-backends: Use zeroconf instead of avahi USE flag (#477620)
Package-Manager: portage-2.3.1
Diffstat (limited to 'media-gfx/sane-backends')
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
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[@]}"
}