commit: d417ec56a7c551e0a91b47b92c77cc94b1dc0fb9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 10 11:59:25 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 10 11:59:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d417ec56
app-misc/localsearch: disable landlock for now Once https://gitlab.gnome.org/GNOME/localsearch/-/issues/368 is fixed, we should add a USE flag for it but likely give it the same treatment as seccomp (i.e. package.use.force). Bug: https://gitlab.gnome.org/GNOME/localsearch/-/issues/368 Closes: https://bugs.gentoo.org/957705 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/localsearch/localsearch-3.8.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-misc/localsearch/localsearch-3.8.2.ebuild b/app-misc/localsearch/localsearch-3.8.2.ebuild index 76368c846a23..9646ab639d59 100644 --- a/app-misc/localsearch/localsearch-3.8.2.ebuild +++ b/app-misc/localsearch/localsearch-3.8.2.ebuild @@ -136,6 +136,11 @@ src_configure() { -Dps=true -Dtext=true -Dunzip_ps_gz_files=true # spawns gunzip + # Broken with our library layout for libstdc++ (bug #957705) + # Once https://gitlab.gnome.org/GNOME/localsearch/-/issues/368 is fixed, + # we should add a USE flag for it but likely give it the same treatment + # as seccomp (i.e. package.use.force). + -Dlandlock=disabled $(meson_feature networkmanager network_manager) $(meson_feature cue)
