Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vinagre/
Date: Sat, 17 Jul 2021 19:02:14
Message-Id: 1626548349.ead864a41c9bdbc6804fe89d2ec251f94f0c1b82.sping@gentoo
1 commit: ead864a41c9bdbc6804fe89d2ec251f94f0c1b82
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:52:26 2021 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:59:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead864a4
7
8 net-misc/vinagre: Drop removed <net-dns/avahi-0.8-r2 dependency
9
10 Follow-up to commit 9392355deeb49c69937d2f53682eccb7053702b5
11 Found by check-revdep of app-portage/mgorny-dev-scripts.
12 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14
15 net-misc/vinagre/vinagre-3.22.0-r3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/vinagre/vinagre-3.22.0-r3.ebuild b/net-misc/vinagre/vinagre-3.22.0-r3.ebuild
19 index 77ecdf41e18..97706955cfe 100644
20 --- a/net-misc/vinagre/vinagre-3.22.0-r3.ebuild
21 +++ b/net-misc/vinagre/vinagre-3.22.0-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -32,7 +32,7 @@ RDEPEND="
29 telepathy? (
30 dev-libs/dbus-glib
31 >=net-libs/telepathy-glib-0.11.6 )
32 - zeroconf? ( || ( >=net-dns/avahi-0.8-r2[dbus,gtk] <net-dns/avahi-0.8-r2[dbus,gtk3] ) )
33 + zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
34 "
35 DEPEND="${RDEPEND}
36 $(vala_depend)