From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37C77138334 for ; Tue, 26 Feb 2019 12:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50D6BE087C; Tue, 26 Feb 2019 12:13:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28C99E087C for ; Tue, 26 Feb 2019 12:13:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2435335CE4 for ; Tue, 26 Feb 2019 12:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C26253A for ; Tue, 26 Feb 2019 12:13:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551183174.56d0fad1d4d031a5394249e35f0dd790d0be6c9c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild X-VCS-Directories: sys-apps/xdg-desktop-portal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56d0fad1d4d031a5394249e35f0dd790d0be6c9c X-VCS-Branch: master Date: Tue, 26 Feb 2019 12:13:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7a341b1-2abe-47e7-be14-672c56d75ef4 X-Archives-Hash: 0fabc5d326805b1cb56f68cccc016df6 commit: 56d0fad1d4d031a5394249e35f0dd790d0be6c9c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 26 12:03:22 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 26 12:12:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d0fad1 sys-apps/xdg-desktop-portal: Drop USE geolocation for now Bug: https://bugs.gentoo.org/678802 Signed-off-by: Andreas Sturmlechner gentoo.org> 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(-) 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 90099e8c1c6..dcef36d48dc 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[@]}" }