From 56d0fad1d4d031a5394249e35f0dd790d0be6c9c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 26 Feb 2019 13:03:22 +0100 Subject: sys-apps/xdg-desktop-portal: Drop USE geolocation for now Bug: https://bugs.gentoo.org/678802 Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys-apps/xdg-desktop-portal') diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild index 90099e8c1c67..dcef36d48dcd 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc geolocation" +IUSE="doc" # geolocation BDEPEND=" dev-util/gdbus-codegen @@ -26,8 +26,8 @@ BDEPEND=" DEPEND=" dev-libs/glib:2[dbus] sys-fs/fuse:0 - geolocation? ( app-misc/geoclue:2.0 ) " +# geolocation? ( >=app-misc/geoclue-2.5.2:2.0 ) # bug 678802 RDEPEND="${DEPEND}" src_prepare() { @@ -41,7 +41,8 @@ src_configure() { --disable-pipewire --with-systemduserunitdir="$(systemd_get_userunitdir)" $(use_enable doc docbook-docs) - $(use_enable geolocation geoclue) + --disable-geoclue ) +# $(use_enable geolocation geoclue) econf "${myeconfargs[@]}" } -- cgit v1.2.3-65-gdbad