summaryrefslogtreecommitdiff
path: root/profiles/features
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/musl/make.defaults6
1 files changed, 3 insertions, 3 deletions
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"