From: Mart Raudsepp Date: Mon, 23 Sep 2019 06:15:18 +0000 (+0300) Subject: app-crypt/seahorse-sharing: require avahi[dbus] X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa9fc2bf16335b4f5c0ccdc9a5b229df689a59d2;p=gentoo.git 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 --- 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 94a36921e4fc..3abf12384403 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