diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-04 00:00:30 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-04 00:00:30 +0100 |
commit | f81b332c2d062ddd62cd8f31ae028e1bd346dd85 (patch) | |
tree | a3b5aed06b129bf8ed963d722f5263e82c08944d /sys-apps/xdg-desktop-portal | |
parent | sys-apps/xdg-desktop-portal: 1.6.0 version bump (diff) | |
download | gentoo-f81b332c2d062ddd62cd8f31ae028e1bd346dd85.tar.gz gentoo-f81b332c2d062ddd62cd8f31ae028e1bd346dd85.tar.bz2 gentoo-f81b332c2d062ddd62cd8f31ae028e1bd346dd85.zip |
sys-apps/xdg-desktop-portal: Drop bogus econf arg
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps/xdg-desktop-portal')
-rw-r--r-- | sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.6.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 index 656a81da4813..83e57d114bf1 100644 --- 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 @@ -40,7 +40,6 @@ src_configure() { $(use_enable geolocation geoclue) $(use_enable screencast pipewire) --disable-libportal # not packaged - --disable-geoclue ) econf "${myeconfargs[@]}" } |