diff options
-rw-r--r-- | profiles/base/make.defaults | 6 | ||||
-rw-r--r-- | profiles/releases/make.defaults | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 39d5dd1cf8aa..840fd690b219 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 gdbm nptl unicode" + # Enable extended filesystem attribute support by default. # https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0 USE="${USE} xattr" diff --git a/profiles/releases/make.defaults b/profiles/releases/make.defaults index a0a37cc33d79..fb7bef2767c1 100644 --- a/profiles/releases/make.defaults +++ b/profiles/releases/make.defaults @@ -1,6 +1,2 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 - -# 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. -USE="acl gdbm nptl unicode" |