From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 899EB158089 for ; Wed, 20 Sep 2023 06:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D59FC2BC013; Wed, 20 Sep 2023 06:05:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAB682BC013 for ; Wed, 20 Sep 2023 06:05:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0D1C335C78 for ; Wed, 20 Sep 2023 06:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 142451113 for ; Wed, 20 Sep 2023 06:05:33 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1695189881.b650750559f221c784b1b535a062e10f61277eef.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/mips/make.defaults X-VCS-Directories: profiles/arch/mips/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b650750559f221c784b1b535a062e10f61277eef X-VCS-Branch: master Date: Wed, 20 Sep 2023 06:05:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ad6700e-52b5-428d-b0b0-ebf1b5382f63 X-Archives-Hash: 06132c7ac2fccb147e38168eb82e44b2 commit: b650750559f221c784b1b535a062e10f61277eef Author: Matoro Mahri users noreply github com> AuthorDate: Tue Sep 19 19:02:58 2023 +0000 Commit: Joonas Niilola gentoo 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 users.noreply.github.com> Signed-off-by: Joonas Niilola 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 (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"