Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/
Date: Mon, 23 Sep 2019 09:22:53
Message-Id: 1569230542.dc378327c16f5c65d8bee4e3e355ed51d38b2069.leio@gentoo
1 commit: dc378327c16f5c65d8bee4e3e355ed51d38b2069
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 06:10:46 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 23 09:22:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc378327
7
8 app-crypt/seahorse: require avahi[dbus] for USE=zeroconf
9
10 For some reason avahi can be built without avahi-client library with
11 USE=-dbus, but avahi-client is required here.
12
13 Bug: https://bugs.gentoo.org/695384
14 Package-Manager: Portage-2.3.69, Repoman-2.3.12
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 app-crypt/seahorse/seahorse-3.30.1.1.ebuild | 2 +-
18 app-crypt/seahorse/seahorse-3.32.2.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/app-crypt/seahorse/seahorse-3.30.1.1.ebuild b/app-crypt/seahorse/seahorse-3.30.1.1.ebuild
22 index 3533fb8d228..0ab9589d604 100644
23 --- a/app-crypt/seahorse/seahorse-3.30.1.1.ebuild
24 +++ b/app-crypt/seahorse/seahorse-3.30.1.1.ebuild
25 @@ -22,7 +22,7 @@ RDEPEND="
26 net-misc/openssh
27 ldap? ( net-nds/openldap:= )
28 >=net-libs/libsoup-2.33.92:2.4
29 - zeroconf? ( >=net-dns/avahi-0.6:= )
30 + zeroconf? ( >=net-dns/avahi-0.6:=[dbus] )
31 "
32 DEPEND="${RDEPEND}
33 $(vala_depend)
34
35 diff --git a/app-crypt/seahorse/seahorse-3.32.2.ebuild b/app-crypt/seahorse/seahorse-3.32.2.ebuild
36 index 35d36a0696a..5b9a65df762 100644
37 --- a/app-crypt/seahorse/seahorse-3.32.2.ebuild
38 +++ b/app-crypt/seahorse/seahorse-3.32.2.ebuild
39 @@ -23,7 +23,7 @@ RDEPEND="
40 net-misc/openssh
41 ldap? ( net-nds/openldap:= )
42 >=net-libs/libsoup-2.33.92:2.4
43 - zeroconf? ( >=net-dns/avahi-0.6:= )
44 + zeroconf? ( >=net-dns/avahi-0.6:=[dbus] )
45 "
46 DEPEND="${RDEPEND}
47 $(vala_depend)