diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-02-19 11:56:07 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-02-20 13:02:41 -0500 |
commit | 8189b4b48c25dbd7b330b51b53f9023cdbbb29ec (patch) | |
tree | dd51b6e9d69e93a3ca44a2e7c1c5ae69d005371d /profiles/releases | |
parent | x11-libs/pango: Version bump to 1.50.13 (diff) | |
download | gentoo-8189b4b48c25dbd7b330b51b53f9023cdbbb29ec.tar.gz gentoo-8189b4b48c25dbd7b330b51b53f9023cdbbb29ec.tar.bz2 gentoo-8189b4b48c25dbd7b330b51b53f9023cdbbb29ec.zip |
profiles: move USE="fortran openmp" from default/linux to releases/17.0
This is an obsolete profile entry from the days when IUSE defaults did
not exist.
Bug: https://bugs.gentoo.org/890999
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles/releases')
-rw-r--r-- | profiles/releases/17.0/make.defaults | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/releases/17.0/make.defaults b/profiles/releases/17.0/make.defaults index 65c385e7abde..f2e63d883298 100644 --- a/profiles/releases/17.0/make.defaults +++ b/profiles/releases/17.0/make.defaults @@ -1,2 +1,5 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# make sure toolchain has sane defaults <toolchain@gentoo.org> +USE="${USE} fortran openmp" |