Skip to content

Commit

Permalink
gnome-base/gvfs: require avahi[dbus] for USE=zeroconf
Browse files Browse the repository at this point in the history
For some reason avahi can be built without avahi-client library with
USE=-dbus, but avahi-client is obviously needed by gvfs.

Closes: https://bugs.gentoo.org/695384
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Sep 23, 2019
1 parent 18cacf1 commit c7b78e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gnome-base/gvfs/gvfs-1.32.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -60,7 +60,7 @@ RDEPEND="
>=virtual/libgudev-147:=
virtual/libudev:= )
udisks? ( >=sys-fs/udisks-1.97:2 )
zeroconf? ( >=net-dns/avahi-0.6 )
zeroconf? ( >=net-dns/avahi-0.6[dbus] )
"
DEPEND="${RDEPEND}
app-text/docbook-xsl-stylesheets
Expand Down
2 changes: 1 addition & 1 deletion gnome-base/gvfs/gvfs-1.38.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RDEPEND="
http? (
dev-libs/libxml2:2
>=net-libs/libsoup-2.42.0:2.4 )
zeroconf? ( >=net-dns/avahi-0.6 )
zeroconf? ( >=net-dns/avahi-0.6[dbus] )
udev? ( >=virtual/libgudev-147:= )
fuse? ( >=sys-fs/fuse-2.8.0:0 )
udisks? ( >=sys-fs/udisks-1.97:2 )
Expand Down
2 changes: 1 addition & 1 deletion gnome-base/gvfs/gvfs-1.40.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RDEPEND="
http? (
dev-libs/libxml2:2
>=net-libs/libsoup-2.58.0:2.4 )
zeroconf? ( >=net-dns/avahi-0.6 )
zeroconf? ( >=net-dns/avahi-0.6[dbus] )
udev? ( >=virtual/libgudev-147:= )
fuse? ( >=sys-fs/fuse-2.8.0:0 )
udisks? ( >=sys-fs/udisks-1.97:2 )
Expand Down

0 comments on commit c7b78e1

Please sign in to comment.