commit: c3211ffb40c36e44084fde93ea593eda114637f3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 12 11:03:32 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 12 11:04:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3211ffb
profiles: cleanup USE=nptl Bug: https://bugs.gentoo.org/820905 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/make.defaults | 4 ++-- profiles/features/musl/make.defaults | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index f968c2cccdff..cb203399fa61 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # System-wide defaults for the Portage system @@ -102,7 +102,7 @@ RUBY_TARGETS="ruby31" # These USE flags are what is common between the various sub-profiles. Stages 2 # and 3 are built against these, so be careful what you add. # Moved here from releases/ -USE="acl bzip2 gdbm nptl unicode" +USE="acl bzip2 gdbm unicode" # Enable extended filesystem attribute support by default. # https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0 diff --git a/profiles/features/musl/make.defaults b/profiles/features/musl/make.defaults index 4c680a7340f6..3078bdd61b09 100644 --- a/profiles/features/musl/make.defaults +++ b/profiles/features/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 PORTAGE_LIBC="musl" @@ -6,8 +6,8 @@ ELIBC="musl" FEATURES="sandbox sfperms strict" -USE="nptl pic unicode -berkdb -gdbm" -BOOTSTRAP_USE="${BOOTSTRAP_USE} nptl -berkdb -gdbm" +USE="pic unicode -berkdb -gdbm" +BOOTSTRAP_USE="${BOOTSTRAP_USE} -berkdb -gdbm" # All libraries are in /lib or /usr/lib SYMLINK_LIB="no"
