commit: 02abf0bb2b6af3de2659996328a5680c5911e4ae Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 20 14:56:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 20 14:56:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02abf0bb
profiles/arch/x86: mask net-fs/samba[cpu_flags_x86_aes] Otherwise configure dies with: ``` --accel-aes=intelaesni selected and non x86_64 CPU * ERROR: net-fs/samba-4.15.3-r1::gentoo failed (configure phase): ``` Signed-off-by: Sam James <sam <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 dc77425a31ef..e968773153c9 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-01-20) +# Only supports cpu_flags_x86_aes in 64-bit mode +net-fs/samba cpu_flags_x86_aes + # Conrad Kostecki <[email protected]> (2021-11-16) # AppArmor is not available on x86 app-benchmarks/stress-ng apparmor
