diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-09-23 12:21:58 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-09-23 12:22:24 +0300 |
commit | 96804c5a534343adc4fd2bc7dc269c63298d7702 (patch) | |
tree | 264b7a4a6bcda6d2a94b57e8b34d8b16a9a1df09 /net-libs/phodav | |
parent | media-plugins/grilo-plugins: require avahi[dbus] for USE=freebox (diff) | |
download | gentoo-96804c5a534343adc4fd2bc7dc269c63298d7702.tar.gz gentoo-96804c5a534343adc4fd2bc7dc269c63298d7702.tar.bz2 gentoo-96804c5a534343adc4fd2bc7dc269c63298d7702.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/phodav')
-rw-r--r-- | net-libs/phodav/phodav-2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |