summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-22 17:53:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-13 00:05:05 +0100
commitda891a175d8f78390759782e8d100023fb967d5d (patch)
tree3d3fae418dc4805d4b27305c1c3fa1615c06bf4c /profiles
parentdev-python/google-auth: add 2.14.1 (diff)
downloadgentoo-da891a175d8f78390759782e8d100023fb967d5d.tar.gz
gentoo-da891a175d8f78390759782e8d100023fb967d5d.tar.bz2
gentoo-da891a175d8f78390759782e8d100023fb967d5d.zip
profiles: Move make.defaults from releases/ to base/
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults6
-rw-r--r--profiles/releases/make.defaults6
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"