Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/
Date: Fri, 03 Jan 2020 23:00:51
Message-Id: 1578092430.f81b332c2d062ddd62cd8f31ae028e1bd346dd85.asturm@gentoo
1 commit: f81b332c2d062ddd62cd8f31ae028e1bd346dd85
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 23:00:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 23:00:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81b332c
7
8 sys-apps/xdg-desktop-portal: Drop bogus econf arg
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild
17 index 656a81da481..83e57d114bf 100644
18 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild
19 +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild
20 @@ -40,7 +40,6 @@ src_configure() {
21 $(use_enable geolocation geoclue)
22 $(use_enable screencast pipewire)
23 --disable-libportal # not packaged
24 - --disable-geoclue
25 )
26 econf "${myeconfargs[@]}"
27 }