diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2024-09-23 10:45:20 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2024-09-23 10:46:43 -0700 |
commit | 6ad37aff49d45732b65342d7484f12ec021798cf (patch) | |
tree | 33cf435b7c25a563b078d528b430ced17df975a9 /profiles/arch/x86 | |
parent | app-portage/portpeek: drop 3.2.4 (diff) | |
download | gentoo-6ad37aff49d45732b65342d7484f12ec021798cf.tar.gz gentoo-6ad37aff49d45732b65342d7484f12ec021798cf.tar.bz2 gentoo-6ad37aff49d45732b65342d7484f12ec021798cf.zip |
profiles: Mask seccomp on net-misc/lldpd except x86 (bug #940014)
Closes: https://bugs.gentoo.org/940014
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index d866c16d68e0..c8fd4375ed58 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean <chutzpah@gentoo.org> (2024-09-23) +# Only supported on x86/amd64 (bug #940014). +net-misc/lldpd -seccomp + # orbea <orbea@riseup.net> (2024-07-19) # Unmask the dynarec flag which has x86 asm. games-emulation/rmg -dynarec |