commit: 56d0fad1d4d031a5394249e35f0dd790d0be6c9c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 26 12:03:22 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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[@]}" }
