commit: abadc9f2bb82d6d5b8b652217ed8e94b69a0851c Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Jul 15 07:58:07 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Jul 15 07:58:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abadc9f2
profiles: remove global USE=neon Closes: https://github.com/gentoo/gentoo/pull/26408 Signed-off-by: David Seifert <soap <AT> gentoo.org> profiles/arch/arm/armv7a/use.mask | 2 -- profiles/arch/base/use.mask | 3 --- profiles/use.desc | 1 - 3 files changed, 6 deletions(-) diff --git a/profiles/arch/arm/armv7a/use.mask b/profiles/arch/arm/armv7a/use.mask index f8d4ad73b7ed..fb779ca1d2e9 100644 --- a/profiles/arch/arm/armv7a/use.mask +++ b/profiles/arch/arm/armv7a/use.mask @@ -2,8 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # Unmask armv7 specific USE flags --neon - -cpu_flags_arm_v4 -cpu_flags_arm_v5 -cpu_flags_arm_v6 diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index b583af578451..95ef19c5a192 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -105,9 +105,6 @@ cpu_flags_arm_vfpv3 cpu_flags_arm_vfpv4 cpu_flags_arm_vfp-d32 -# [old] arm arch specific USE flags -neon - # nVidia XvMC requires nvidia-drivers/nvidia-legacy-drivers nvidia diff --git a/profiles/use.desc b/profiles/use.desc index dc7a6daebde3..015860fbd20a 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -207,7 +207,6 @@ mysqli - Add support for the improved mySQL libraries nas - Add support for network audio sound ncurses - Add ncurses support (console display library) neXt - Enable neXt toolkit -neon - Enable optimization support for ARM NEON processors netcdf - Enable NetCDF data format support networkmanager - Enable net-misc/networkmanager support nis - Support for NIS/YP services
