projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fcdc05
)
net-libs/phodav: require avahi[dbus] for USE=zeroconf
author
Mart Raudsepp
<leio@gentoo.org>
Mon, 23 Sep 2019 09:21:58 +0000
(12:21 +0300)
committer
Mart Raudsepp
<leio@gentoo.org>
Mon, 23 Sep 2019 09:22:24 +0000
(12:22 +0300)
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>
net-libs/phodav/phodav-2.2.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/phodav/phodav-2.2.ebuild
b/net-libs/phodav/phodav-2.2.ebuild
index 741287ab1f0d744c1ed474e6cabedc9c4aad003d..6a1f5bb089373ae9123a38295844815bca474480 100644
(file)
--- 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