commit: 63565ffa98c1f5c69d3f38002934041f54411fca Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 12 11:48:05 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 12 11:48:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63565ffa
profiles/arch: drop obsolete USE=mpx entries Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/use.mask | 3 +-- profiles/arch/base/use.mask | 3 +-- profiles/arch/x86/use.mask | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 2fbe7660a1b4..a2dda70023b4 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -141,7 +141,6 @@ # Simon Stelling <[email protected]> (2007-02-16) # Since this profile forces >=portage-2.1.2, we can unmask all # SIMD assembler flags --mpx -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 8e1119a0b402..2fc87978ee66 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Andrew Ammerlaan <[email protected]> (2023-07-11) @@ -61,7 +61,6 @@ sane_backends_qcam # amd64/x86 arch specific USE flags lilo -mpx svga cpu_flags_x86_3dnow cpu_flags_x86_3dnowext diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index de250d270d20..73283453cab5 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -107,7 +107,6 @@ webengine # Unmask x86 instruction sets -lilo --mpx -svga -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext
