diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 11:48:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 11:48:05 +0000 |
commit | 63565ffa98c1f5c69d3f38002934041f54411fca (patch) | |
tree | 750238475cbdc8a66f7a9dc51bd824cae623fd8a /profiles/arch | |
parent | profiles: drop obsolete '(>=sys-devel/gcc-3.4 only)' from USE=pch description (diff) | |
download | gentoo-63565ffa98c1f5c69d3f38002934041f54411fca.tar.gz gentoo-63565ffa98c1f5c69d3f38002934041f54411fca.tar.bz2 gentoo-63565ffa98c1f5c69d3f38002934041f54411fca.zip |
profiles/arch: drop obsolete USE=mpx entries
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/use.mask | 3 | ||||
-rw-r--r-- | profiles/arch/base/use.mask | 3 | ||||
-rw-r--r-- | 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 <blubb@gentoo.org> (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 <andrewammerlaan@gentoo.org> (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 |