From: Mart Raudsepp Date: Mon, 23 Sep 2019 06:29:21 +0000 (+0300) Subject: gnome-base/gnome-vfs: require avahi[dbus] for USE=zeroconf X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8cd9dcb4dadf854b005817ea779c15b27b3e66ce;p=gentoo.git gnome-base/gnome-vfs: require avahi[dbus] for USE=zeroconf 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 --- diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild index 6d393236a8b7..8195abdc226c 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild @@ -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