summaryrefslogtreecommitdiff
path: root/profiles/base/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 39d5dd1cf8aa..1117b529b3dd 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -104,6 +104,12 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te
# Updated to include ruby27 on 2021-10-10
RUBY_TARGETS="ruby27"
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-10-22)
+# 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"
+
# Enable extended filesystem attribute support by default.
# https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0
USE="${USE} xattr"