diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:49:11 +0100 |
commit | 2817b0471ba0d5cc2cf12f4362593c0dd29191fc (patch) | |
tree | c8f8593ffff9184e4d924d25ea20c48fdc3729d1 /profiles/base/make.defaults | |
parent | x11-misc/slock: remove freebsd-libc (diff) | |
download | gentoo-2817b0471ba0d5cc2cf12f4362593c0dd29191fc.tar.gz gentoo-2817b0471ba0d5cc2cf12f4362593c0dd29191fc.tar.bz2 gentoo-2817b0471ba0d5cc2cf12f4362593c0dd29191fc.zip |
profiles: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 7ef343584cf4..547c7b31e83c 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -7,7 +7,7 @@ # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later) IUSE_IMPLICIT="prefix prefix-guest prefix-stack" USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND" -USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS 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_USERLAND="BSD GNU" |