From: Mart Raudsepp Date: Mon, 23 Sep 2019 09:21:58 +0000 (+0300) Subject: net-libs/phodav: require avahi[dbus] for USE=zeroconf X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=96804c5a534343adc4fd2bc7dc269c63298d7702;p=gentoo.git net-libs/phodav: 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/net-libs/phodav/phodav-2.2.ebuild b/net-libs/phodav/phodav-2.2.ebuild index 741287ab1f0d..6a1f5bb08937 100644 --- a/net-libs/phodav/phodav-2.2.ebuild +++ b/net-libs/phodav/phodav-2.2.ebuild @@ -21,7 +21,7 @@ RDEPEND=" >=dev-libs/glib-2.51:2 >=net-libs/libsoup-2.48:2.4 dev-libs/libxml2 - zeroconf? ( net-dns/avahi ) + zeroconf? ( net-dns/avahi[dbus] ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.10