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/default | |
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/default')
-rw-r--r-- | profiles/default/linux/make.defaults | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index ac82c2ea8184..6e3d7a715ec3 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # System-wide defaults for the Portage system @@ -13,9 +13,6 @@ # Default starting set of USE flags for all default/linux profiles. USE="crypt ipv6 ncurses nls pam readline ssl zlib" -# make sure toolchain has sane defaults <toolchain@gentoo.org> -USE="${USE} fortran openmp" - # Security ftw. USE="${USE} seccomp" |