diff options
author | 2021-07-17 20:52:26 +0200 | |
---|---|---|
committer | 2021-07-17 20:59:09 +0200 | |
commit | ead864a41c9bdbc6804fe89d2ec251f94f0c1b82 (patch) | |
tree | 1fb5e750a49647bd4a588f8f60754775a4a37fed /net-misc/vinagre | |
parent | sci-mathematics/maxima: add slot:= operators for lisp dependencies. (diff) | |
download | gentoo-ead864a41c9bdbc6804fe89d2ec251f94f0c1b82.tar.gz gentoo-ead864a41c9bdbc6804fe89d2ec251f94f0c1b82.tar.bz2 gentoo-ead864a41c9bdbc6804fe89d2ec251f94f0c1b82.zip |
net-misc/vinagre: Drop removed <net-dns/avahi-0.8-r2 dependency
Follow-up to commit 9392355deeb49c69937d2f53682eccb7053702b5
Found by check-revdep of app-portage/mgorny-dev-scripts.
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Diffstat (limited to 'net-misc/vinagre')
-rw-r--r-- | net-misc/vinagre/vinagre-3.22.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/vinagre/vinagre-3.22.0-r3.ebuild b/net-misc/vinagre/vinagre-3.22.0-r3.ebuild index 77ecdf41e187..97706955cfeb 100644 --- a/net-misc/vinagre/vinagre-3.22.0-r3.ebuild +++ b/net-misc/vinagre/vinagre-3.22.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ RDEPEND=" telepathy? ( dev-libs/dbus-glib >=net-libs/telepathy-glib-0.11.6 ) - zeroconf? ( || ( >=net-dns/avahi-0.8-r2[dbus,gtk] <net-dns/avahi-0.8-r2[dbus,gtk3] ) ) + zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] ) " DEPEND="${RDEPEND} $(vala_depend) |