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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0C5A1382C5 for ; Wed, 10 Jun 2020 07:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9971E08FC; Wed, 10 Jun 2020 07:37:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCAD9E08FC for ; Wed, 10 Jun 2020 07:37:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1DA834DCA4 for ; Wed, 10 Jun 2020 07:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 572D69C for ; Wed, 10 Jun 2020 07:37:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591774595.f6c0210ce848041372b479522d549a5f18001fa6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scipy/scipy-1.4.1.ebuild X-VCS-Directories: sci-libs/scipy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f6c0210ce848041372b479522d549a5f18001fa6 X-VCS-Branch: master Date: Wed, 10 Jun 2020 07:37:54 +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: aa32cbe0-31d6-4487-9afd-a6a66e318537 X-Archives-Hash: 47cac762390ae16b3b0811ddb27babd9 commit: f6c0210ce848041372b479522d549a5f18001fa6 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 10 07:36:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 10 07:36:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c0210c sci-libs/scipy: Revert "-fallow-argument-mismatch for gfortran v10" This breaks older gcc versions. Signed-off-by: Michał Górny gentoo.org> sci-libs/scipy/scipy-1.4.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild b/sci-libs/scipy/scipy-1.4.1.ebuild index b1e80d62112..8babb5d3237 100644 --- a/sci-libs/scipy/scipy-1.4.1.ebuild +++ b/sci-libs/scipy/scipy-1.4.1.ebuild @@ -89,9 +89,6 @@ python_prepare_all() { export SCIPY_FCONFIG="config_fc --noopt --noarch" append-fflags -fPIC - # Remove once upstream PR #11842 lands into next release - append-fflags -fallow-argument-mismatch - local libdir="${EPREFIX}"/usr/$(get_libdir) cat >> site.cfg <<-EOF || die [blas]