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
parentx11-misc/slock: remove freebsd-libc (diff)
downloadgentoo-2817b047.tar.gz
gentoo-2817b047.tar.bz2
gentoo-2817b047.zip
profiles: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--profiles/base/make.defaults2
-rw-r--r--profiles/base/use.mask1
-rw-r--r--profiles/desc/elibc.desc1
-rw-r--r--profiles/embedded/make.defaults2
4 files changed, 2 insertions, 4 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
diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc
index a853e59bf9c9..ec994a00e657 100644
--- a/profiles/desc/elibc.desc
+++ b/profiles/desc/elibc.desc
@@ -10,7 +10,6 @@ bionic - ELIBC setting for systems that use Android's Bionic C library
Cygwin - ELIBC setting for systems that use Cygwin
Darwin - ELIBC setting for systems that use the Darwin C library
DragonFly - ELIBC setting for systems that use the DragonFly C library
-FreeBSD - ELIBC setting for systems that use the FreeBSD C library
glibc - ELIBC setting for systems that use the GNU C library
HPUX - ELIBC setting for systems that use the HP-UX C library
Interix - ELIBC setting for systems that use the Interix C library
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index 990981afcdb9..4320f726a5e9 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -24,7 +24,7 @@ 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 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"