commit: 9ac7b5ec098af70331bd03ba915fcc911572d12b Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu May 22 17:55:15 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu May 22 17:56:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac7b5ec
sys-apps/fwupd: return seccomp use Was done by my mistake, no idea how, but we got here sadly. Sorry :( Closes: https://bugs.gentoo.org/943319 Fixes: e75cac1457a2154078cdbbdd674e17a74baec28c Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sys-apps/fwupd/{fwupd-2.0.3.ebuild => fwupd-2.0.3-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/fwupd/fwupd-2.0.3.ebuild b/sys-apps/fwupd/fwupd-2.0.3-r1.ebuild similarity index 99% rename from sys-apps/fwupd/fwupd-2.0.3.ebuild rename to sys-apps/fwupd/fwupd-2.0.3-r1.ebuild index f236681ec974..04b6e5a7a61b 100644 --- a/sys-apps/fwupd/fwupd-2.0.3.ebuild +++ b/sys-apps/fwupd/fwupd-2.0.3-r1.ebuild @@ -150,6 +150,7 @@ src_configure() { $(meson_feature policykit polkit) $(meson_feature sqlite) $(meson_feature systemd) + $(meson_use seccomp systemd_syscall_filter) $(meson_use test tests) ${plugins[@]}
