app-crypt/seahorse-sharing: require avahi[dbus]
authorMart Raudsepp <leio@gentoo.org>
Mon, 23 Sep 2019 06:15:18 +0000 (09:15 +0300)
committerMart Raudsepp <leio@gentoo.org>
Mon, 23 Sep 2019 09:22:23 +0000 (12:22 +0300)
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@gentoo.org>
app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20151117.ebuild

index 94a36921e4fc753d7898298d360e76e446244a26..3abf12384403c084b0377a6eec91f784aea0ec82 100644 (file)
@@ -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