commit:     da891a175d8f78390759782e8d100023fb967d5d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 15:53:40 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 23:05:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da891a17

profiles: Move make.defaults from releases/ to base/

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/base/make.defaults     | 6 ++++++
 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 <[email protected]> (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"

Reply via email to