From 96804c5a534343adc4fd2bc7dc269c63298d7702 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 23 Sep 2019 12:21:58 +0300 Subject: [PATCH] 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 --- net-libs/phodav/phodav-2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2