diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 12:02:27 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 12:02:27 +0100 |
commit | 0349659edae44f43075ea37c44afdf8b5dfc843f (patch) | |
tree | bc815848c4d00500e6be9c7ba9b937a780b52050 /profiles/embedded | |
parent | x11-terms/kitty: use verify-sig (diff) | |
download | gentoo-0349659edae44f43075ea37c44afdf8b5dfc843f.tar.gz gentoo-0349659edae44f43075ea37c44afdf8b5dfc843f.tar.bz2 gentoo-0349659edae44f43075ea37c44afdf8b5dfc843f.zip |
profiles: remove dead kernel/elibc flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index 4320f726a5e9..a86ce015b4d4 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -24,8 +24,8 @@ 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_ELIBC="AIX bionic Cygwin Darwin DragonFly glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt" -USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS 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" # Env vars to expand into USE vars. Modifying this requires prior |