commit: b650750559f221c784b1b535a062e10f61277eef Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Tue Sep 19 19:02:58 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Sep 20 06:04:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6507505
profiles/arch/mips: remove default USE="-fortran -openmp" Bug: https://bugs.gentoo.org/914358 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/arch/mips/make.defaults | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index 9d3d5a8a1bfc..c564c464bbc0 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2008-2021 Gentoo Authors +# Copyright 2008-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Donnie Berkholz <dberkh...@gentoo.org> (2006-08-18) @@ -10,8 +10,6 @@ ACCEPT_KEYWORDS="${ARCH} ~mips" PROFILE_ARCH="mips" -USE="-fortran -openmp" - LIBDIR_o32="lib" LIBDIR_n32="lib32" LIBDIR_n64="lib64"