commit: 6d69ec7ab4c2831e5a64f1576b21b15feba5c748 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 22 18:20:33 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 22 18:20:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d69ec7a
sys-apps/xdg-desktop-portal: drop unnecessary meson arg for flatpak dir It defaults to the right thing, at least nowadays (possible the autotools setup didn't, or it was some attempt to avoid needing flatpak just for the XML file). But in any case, not needed now. Bug: https://bugs.gentoo.org/914539 Bug: https://bugs.gentoo.org/914541 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild index 70f000d184f0..0b47fc2c5796 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild @@ -89,8 +89,6 @@ src_configure() { $(meson_feature test pytest) ) - use flatpak && emesonargs+=( -Dflatpak-interfaces-dir="${EPREFIX}/usr/share/dbus-1/interfaces" ) - meson_src_configure }
