Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, profiles/embedded/, profiles/base/
Date: Sun, 02 Jan 2022 17:49:51
Message-Id: 1641145751.2817b0471ba0d5cc2cf12f4362593c0dd29191fc.soap@gentoo
1 commit: 2817b0471ba0d5cc2cf12f4362593c0dd29191fc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:11 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2817b047
7
8 profiles: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 profiles/base/make.defaults | 2 +-
13 profiles/base/use.mask | 1 -
14 profiles/desc/elibc.desc | 1 -
15 profiles/embedded/make.defaults | 2 +-
16 4 files changed, 2 insertions(+), 4 deletions(-)
17
18 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
19 index 7ef343584cf4..547c7b31e83c 100644
20 --- a/profiles/base/make.defaults
21 +++ b/profiles/base/make.defaults
22 @@ -7,7 +7,7 @@
23 # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
24 IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
25 USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND"
26 -USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt"
27 +USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt"
28 USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
29 USE_EXPAND_VALUES_USERLAND="BSD GNU"
30
31
32 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
33 index 85ccff7cc3ab..2a93cc41dd77 100644
34 --- a/profiles/base/use.mask
35 +++ b/profiles/base/use.mask
36 @@ -75,7 +75,6 @@ elibc_bionic
37 elibc_Cygwin
38 elibc_Darwin
39 elibc_DragonFly
40 -elibc_FreeBSD
41 elibc_HPUX
42 elibc_Interix
43 elibc_musl
44
45 diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc
46 index a853e59bf9c9..ec994a00e657 100644
47 --- a/profiles/desc/elibc.desc
48 +++ b/profiles/desc/elibc.desc
49 @@ -10,7 +10,6 @@ bionic - ELIBC setting for systems that use Android's Bionic C library
50 Cygwin - ELIBC setting for systems that use Cygwin
51 Darwin - ELIBC setting for systems that use the Darwin C library
52 DragonFly - ELIBC setting for systems that use the DragonFly C library
53 -FreeBSD - ELIBC setting for systems that use the FreeBSD C library
54 glibc - ELIBC setting for systems that use the GNU C library
55 HPUX - ELIBC setting for systems that use the HP-UX C library
56 Interix - ELIBC setting for systems that use the Interix C library
57
58 diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
59 index 990981afcdb9..4320f726a5e9 100644
60 --- a/profiles/embedded/make.defaults
61 +++ b/profiles/embedded/make.defaults
62 @@ -24,7 +24,7 @@ IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
63 USE_EXPAND_UNPREFIXED="ARCH"
64 USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
65 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"
66 -USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt"
67 +USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt"
68 USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
69 USE_EXPAND_VALUES_USERLAND="BSD GNU"