commit:     96804c5a534343adc4fd2bc7dc269c63298d7702
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 09:21:58 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 09:22:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96804c5a

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 <leio <AT> gentoo.org>

 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 741287ab1f0..6a1f5bb0893 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

Reply via email to