commit: a4a8895a5544dc431f4c4da97e8abce38eaa4808 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 25 19:10:19 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 25 19:17:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a8895a
profiles/base: drop kernel_Winnt Bug: https://bugs.gentoo.org/909154 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [email protected].
