From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 000D31582EF for ; Mon, 10 Feb 2025 08:57:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DC5A8343197 for ; Mon, 10 Feb 2025 08:57:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0145011047E; Mon, 10 Feb 2025 08:56:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id EA6E611047E for ; Mon, 10 Feb 2025 08:56:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9459E343167 for ; Mon, 10 Feb 2025 08:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0DF3277A for ; Mon, 10 Feb 2025 08:56:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739177556.c6fd1d70702a9bb45a5a3e30ae0a437360f2d6b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/superlu/superlu-4.3-r3.ebuild sci-libs/superlu/superlu-4.3-r4.ebuild X-VCS-Directories: sci-libs/superlu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c6fd1d70702a9bb45a5a3e30ae0a437360f2d6b1 X-VCS-Branch: master Date: Mon, 10 Feb 2025 08:56:48 +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: a6cd3d14-df61-4fcb-aac6-7c847f8476df X-Archives-Hash: 0fea644fcf6a0a4c2e05033dfe33776b commit: c6fd1d70702a9bb45a5a3e30ae0a437360f2d6b1 Author: NHOrus yahoo com> AuthorDate: Mon Jan 27 08:17:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 10 08:52:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fd1d70 sci-libs/superlu: update EAPI 7 -> 8, fix C version on gnu89 We have a newer package where woes of modern C are solved. This one for dependencies. Closes: https://bugs.gentoo.org/926310 Closes: https://bugs.gentoo.org/948886 Signed-off-by: NHOrus yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40328 Signed-off-by: Sam James gentoo.org> sci-libs/superlu/{superlu-4.3-r3.ebuild => superlu-4.3-r4.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-libs/superlu/superlu-4.3-r3.ebuild b/sci-libs/superlu/superlu-4.3-r4.ebuild similarity index 92% rename from sci-libs/superlu/superlu-4.3-r3.ebuild rename to sci-libs/superlu/superlu-4.3-r4.ebuild index 028c3d805d0c..3d6ee03311d3 100644 --- a/sci-libs/superlu/superlu-4.3-r3.ebuild +++ b/sci-libs/superlu/superlu-4.3-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools fortran-2 multilib toolchain-funcs +inherit autotools fortran-2 multilib toolchain-funcs flag-o-matic MY_PN=SuperLU @@ -33,6 +33,7 @@ PATCHES=( src_prepare() { unset VERBOSE + append-cflags -std=gnu89 sed \ -e "s:= ar:= $(tc-getAR):g" \ -e "s:= ranlib:= $(tc-getRANLIB):g" \