gnome-base/gnome-vfs: require avahi[dbus] for USE=zeroconf
authorMart Raudsepp <leio@gentoo.org>
Mon, 23 Sep 2019 06:29:21 +0000 (09:29 +0300)
committerMart Raudsepp <leio@gentoo.org>
Mon, 23 Sep 2019 09:22:23 +0000 (12:22 +0300)
For some reason avahi can be built without avahi-client library with
USE=-dbus, but avahi-client is required here.

Bug: https://bugs.gentoo.org/695384
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild

index 6d393236a8b7deacc82922c542c496fabcd81f52..8195abdc226cf1942efc92ed9c7d53060147932f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -37,7 +37,7 @@ RDEPEND="
                        !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
                        libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
                        !gnome-extra/gnome-vfs-sftp ) )
-       zeroconf? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] )
+       zeroconf? ( >=net-dns/avahi-0.6.31-r2[dbus,${MULTILIB_USEDEP}] )
 "
 DEPEND="${RDEPEND}
        dev-util/glib-utils