diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-22 18:01:11 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-11-13 00:05:08 +0100 |
commit | 0625d87bd661329335d971e6e1064a2b91a16bf5 (patch) | |
tree | 4152ddd8bcdb4b4211f9334c1f9f14ab5692454b | |
parent | profiles: Move make.defaults from releases/ to base/ (diff) | |
download | gentoo-0625d87bd661329335d971e6e1064a2b91a16bf5.tar.gz gentoo-0625d87bd661329335d971e6e1064a2b91a16bf5.tar.bz2 gentoo-0625d87bd661329335d971e6e1064a2b91a16bf5.zip |
profiles: Move USE=bzip2 from releases/17.0 to base
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | profiles/base/make.defaults | 2 | ||||
-rw-r--r-- | 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" |