diff options
author | Sam James <sam@gentoo.org> | 2022-01-20 14:56:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-20 14:56:55 +0000 |
commit | 02abf0bb2b6af3de2659996328a5680c5911e4ae (patch) | |
tree | 0d2fbd009e88b6ceaa878163994fc6a5fa5a3a1a /profiles | |
parent | net-misc/chrony: Stabilize 4.2 arm, #831576 (diff) | |
download | gentoo-02abf0bb2b6af3de2659996328a5680c5911e4ae.tar.gz gentoo-02abf0bb2b6af3de2659996328a5680c5911e4ae.tar.bz2 gentoo-02abf0bb2b6af3de2659996328a5680c5911e4ae.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-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 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 <sam@gentoo.org> (2022-01-20) +# Only supports cpu_flags_x86_aes in 64-bit mode +net-fs/samba cpu_flags_x86_aes + # Conrad Kostecki <conikost@gentoo.org> (2021-11-16) # AppArmor is not available on x86 app-benchmarks/stress-ng apparmor |