From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89D61158451 for ; Fri, 12 Jan 2024 11:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E2AE2ACE; Fri, 12 Jan 2024 11:08:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C54BE2ACE for ; Fri, 12 Jan 2024 11:08:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18EF734314E for ; Fri, 12 Jan 2024 11:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7632C14B1 for ; Fri, 12 Jan 2024 11:08:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705057477.c3211ffb40c36e44084fde93ea593eda114637f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults profiles/features/musl/make.defaults X-VCS-Directories: profiles/features/musl/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3211ffb40c36e44084fde93ea593eda114637f3 X-VCS-Branch: master Date: Fri, 12 Jan 2024 11:08:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39199842-f6b9-4b57-ba73-0c33d380720f X-Archives-Hash: e4d1a78b6f643dce8acab72a36d88e27 commit: c3211ffb40c36e44084fde93ea593eda114637f3 Author: Sam James gentoo org> AuthorDate: Fri Jan 12 11:03:32 2024 +0000 Commit: Sam James gentoo 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 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"