commit:     0625d87bd661329335d971e6e1064a2b91a16bf5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 16:01:11 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 23:05:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0625d87b

profiles: Move USE=bzip2 from releases/17.0 to base

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

 profiles/base/make.defaults          | 2 +-
 profiles/releases/17.0/make.defaults | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 840fd690b219..1117b529b3dd 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -108,7 +108,7 @@ RUBY_TARGETS="ruby27"
 # 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"
+USE="acl bzip2 gdbm nptl unicode"
 
 # Enable extended filesystem attribute support by default.
 # 
https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0

diff --git a/profiles/releases/17.0/make.defaults 
b/profiles/releases/17.0/make.defaults
index 475e60c7d655..fb7bef2767c1 100644
--- a/profiles/releases/17.0/make.defaults
+++ b/profiles/releases/17.0/make.defaults
@@ -1,5 +1,2 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-
-# Adding this one, since it makes sense.
-USE="bzip2"

Reply via email to