summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/xdg-desktop-portal')
-rw-r--r--sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild7
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[@]}"
}