summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-02 18:49:11 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-02 18:49:11 +0100
commit2817b0471ba0d5cc2cf12f4362593c0dd29191fc (patch)
treec8f8593ffff9184e4d924d25ea20c48fdc3729d1 /profiles/base/make.defaults
parentx11-misc/slock: remove freebsd-libc (diff)
downloadgentoo-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.defaults2
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"