diff options
author | 2023-05-27 17:59:01 +0100 | |
---|---|---|
committer | 2023-05-29 19:19:08 +0100 | |
commit | 928c74a5176ab59bed7307b9e6103cad30cdaf6a (patch) | |
tree | 84c4eb28c7bd059d616c9934d8aaa0310d0c013c /profiles | |
parent | portability.eclass: drop dead prefix targets (diff) | |
download | gentoo-928c74a5176ab59bed7307b9e6103cad30cdaf6a.tar.gz gentoo-928c74a5176ab59bed7307b9e6103cad30cdaf6a.tar.bz2 gentoo-928c74a5176ab59bed7307b9e6103cad30cdaf6a.zip |
profiles: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/base/make.defaults | 4 | ||||
-rw-r--r-- | profiles/embedded/make.defaults | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/profiles/arch/base/make.defaults b/profiles/arch/base/make.defaults index fb4ad83b8fa2..bb227e4ece2a 100644 --- a/profiles/arch/base/make.defaults +++ b/profiles/arch/base/make.defaults @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH" -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa ia64 loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-linux x86-solaris x86-winnt" +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa ia64 loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux" PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ARCH USE_EXPAND_VALUES_ARCH" diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index a1bd0cf4017d..e3d7f8df25cb 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -22,9 +22,9 @@ LINGUAS="en" IUSE_IMPLICIT="prefix prefix-guest prefix-stack" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL" -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 hppa ia64 loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-linux x86-solaris x86-winnt" -USE_EXPAND_VALUES_ELIBC="bionic Cygwin Darwin glibc mingw musl SunOS" -USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS Winnt" +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 hppa ia64 loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux" +USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS" +USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@lists.gentoo.org. |