summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-25 20:10:19 +0100
committerSam James <sam@gentoo.org>2023-06-25 20:17:04 +0100
commita4a8895a5544dc431f4c4da97e8abce38eaa4808 (patch)
treefc35ddd49071c136b7bababb4c80d3c3640e6c0e /profiles/base/make.defaults
parentprofiles/base: drop ELIBC_Cygwin (diff)
downloadgentoo-a4a8895a5544dc431f4c4da97e8abce38eaa4808.tar.gz
gentoo-a4a8895a5544dc431f4c4da97e8abce38eaa4808.tar.bz2
gentoo-a4a8895a5544dc431f4c4da97e8abce38eaa4808.zip
profiles/base: drop kernel_Winnt
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.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index d95843bd93e2..3646d139c927 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -8,7 +8,7 @@
IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
USE_EXPAND_IMPLICIT="ELIBC KERNEL"
USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS"
-USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS Winnt"
+USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS"
# Env vars to expand into USE vars. Modifying this requires prior
# discussion on gentoo-dev@lists.gentoo.org.