diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-09-23 09:15:18 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-09-23 12:22:23 +0300 |
commit | fa9fc2bf16335b4f5c0ccdc9a5b229df689a59d2 (patch) | |
tree | de7c77ff40552ef27b3d69e568683aaac6713bc6 /app-crypt | |
parent | app-crypt/seahorse: require avahi[dbus] for USE=zeroconf (diff) | |
download | gentoo-fa9fc2bf16335b4f5c0ccdc9a5b229df689a59d2.tar.gz gentoo-fa9fc2bf16335b4f5c0ccdc9a5b229df689a59d2.tar.bz2 gentoo-fa9fc2bf16335b4f5c0ccdc9a5b229df689a59d2.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20151117.ebuild | 4 |
1 files 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 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 |