diff options
author | Sam James <sam@gentoo.org> | 2023-06-25 20:09:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-25 20:17:04 +0100 |
commit | d4f055eb098c7e25d5ad5049acd1219379984a7d (patch) | |
tree | 940827740523998f8e037533129d18dbb35589e0 /profiles/base/make.defaults | |
parent | virtual/os-headers: drop kernel_Winnt cruft (diff) | |
download | gentoo-d4f055eb098c7e25d5ad5049acd1219379984a7d.tar.gz gentoo-d4f055eb098c7e25d5ad5049acd1219379984a7d.tar.bz2 gentoo-d4f055eb098c7e25d5ad5049acd1219379984a7d.zip |
profiles/base: drop ELIBC_Cygwin
Bug: https://bugs.gentoo.org/909154
Signed-off-by: Sam James <sam@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 2f6fe5f5d9f0..d95843bd93e2 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" -USE_EXPAND_VALUES_ELIBC="bionic Cygwin Darwin glibc mingw musl SunOS" +USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS" USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS Winnt" # Env vars to expand into USE vars. Modifying this requires prior |