diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-26 13:03:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-26 13:12:54 +0100 |
commit | 56d0fad1d4d031a5394249e35f0dd790d0be6c9c (patch) | |
tree | 6ea3c4b7ff2e6c33933e4c1e21a798844c673a47 /sys-apps/xdg-desktop-portal | |
parent | net-misc/iperf: Old (diff) | |
download | gentoo-56d0fad1d4d031a5394249e35f0dd790d0be6c9c.tar.gz gentoo-56d0fad1d4d031a5394249e35f0dd790d0be6c9c.tar.bz2 gentoo-56d0fad1d4d031a5394249e35f0dd790d0be6c9c.zip |
sys-apps/xdg-desktop-portal: Drop USE geolocation for now
Bug: https://bugs.gentoo.org/678802
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-apps/xdg-desktop-portal')
-rw-r--r-- | sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild | 7 |
1 files 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 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[@]}" } |