commit: 4c1348ea48c4e6930e331625b075f34a0f72933a Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Nov 16 21:59:21 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Nov 16 22:01:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1348ea
x86/package.use.mask: mask apparmor for app-benchmarks/stress-ng Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> profiles/arch/x86/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 388fe08bfa2a..b2b1c34cb53f 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Conrad Kostecki <[email protected]> (2021-11-16) +# AppArmor is not available on x86 +app-benchmarks/stress-ng apparmor + # James Le Cuirot <[email protected]> (2021-10-22) # The JIT feature only works on amd64 and x86. app-emulation/fs-uae -jit
