summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-06 12:02:28 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-06 12:02:28 +0100
commit82a7903bb07a391b7efd153342fabedebda4075f (patch)
treeba3574117a516c03db51f9872586f64166f74bfc /profiles/embedded
parentprofiles: remove dead kernel/elibc flags (diff)
downloadgentoo-82a7903bb07a391b7efd153342fabedebda4075f.tar.gz
gentoo-82a7903bb07a391b7efd153342fabedebda4075f.tar.bz2
gentoo-82a7903bb07a391b7efd153342fabedebda4075f.zip
profiles: remove amd64-fbsd/x86-fbsd keywords
Closes: https://github.com/gentoo/gentoo/pull/23649 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles/embedded')
-rw-r--r--profiles/embedded/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index a86ce015b4d4..9a78933d6fd1 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -23,7 +23,7 @@ LINGUAS="en"
IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
-USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 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-fbsd x86-linux x86-solaris x86-winnt"
+USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 hppa ia64 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 Winnt"
USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"