summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-07-19 13:06:49 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-07-19 13:43:24 +0300
commit53320292a68d54764d072670814448a3c0f3ff8d (patch)
treeadc64a395b5e8100b898d496c8c350124f635cf9 /media-gfx
parentdev-python/pylatex: new package (diff)
downloadgentoo-53320292a68d54764d072670814448a3c0f3ff8d.tar.gz
gentoo-53320292a68d54764d072670814448a3c0f3ff8d.tar.bz2
gentoo-53320292a68d54764d072670814448a3c0f3ff8d.zip
media-gfx/sane-backends: fix build issue with escl backend, #733186
- escl backend requires avahi-client.pc. Closes: https://bugs.gentoo.org/733186 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild b/media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild
index 4c2b751299bd..adeb389d709b 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.30-r2.ebuild
@@ -140,6 +140,11 @@ RDEPEND="
>=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}]
)
sane_backends_escl? (
+ || (
+ net-dns/avahi[dbus]
+ net-dns/avahi[gtk]
+ net-dns/avahi[gtk2]
+ )
net-dns/avahi[${MULTILIB_USEDEP}]
net-misc/curl[${MULTILIB_USEDEP}]
)