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 | |
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')
-rw-r--r-- | profiles/base/make.defaults | 2 | ||||
-rw-r--r-- | profiles/base/use.mask | 1 |
2 files changed, 1 insertions, 2 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" diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 85ccff7cc3ab..2a93cc41dd77 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -75,7 +75,6 @@ elibc_bionic elibc_Cygwin elibc_Darwin elibc_DragonFly -elibc_FreeBSD elibc_HPUX elibc_Interix elibc_musl |