commit: fa9fc2bf16335b4f5c0ccdc9a5b229df689a59d2
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 06:15:18 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 09:22:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9fc2bf
app-crypt/seahorse-sharing: require avahi[dbus]
For some reason avahi can be built without avahi-client library with
USE=-dbus, but avahi-client is required here.
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20151117.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20151117.ebuild
b/app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20151117.ebuild
index 94a36921e4f..3abf1238440 100644
--- a/app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20151117.ebuild
+++ b/app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20151117.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -18,7 +18,7 @@ IUSE=""
COMMON_DEPEND="
app-crypt/seahorse
dev-libs/glib:2
- >=net-dns/avahi-0.6:=
+ >=net-dns/avahi-0.6:=[dbus]
net-libs/libsoup:2.4
>=x11-libs/gtk+-3:3