diff options
-rw-r--r-- | profiles/default/linux/make.defaults | 5 | ||||
-rw-r--r-- | profiles/releases/17.0/make.defaults | 5 |
2 files changed, 5 insertions, 5 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" 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" |