diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-22 17:53:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-11-13 00:05:05 +0100 |
commit | da891a175d8f78390759782e8d100023fb967d5d (patch) | |
tree | 3d3fae418dc4805d4b27305c1c3fa1615c06bf4c /profiles/releases | |
parent | dev-python/google-auth: add 2.14.1 (diff) | |
download | gentoo-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/releases')
-rw-r--r-- | profiles/releases/make.defaults | 6 |
1 files changed, 1 insertions, 5 deletions
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" |