commit: c6fd1d70702a9bb45a5a3e30ae0a437360f2d6b1 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Mon Jan 27 08:17:04 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40328 Signed-off-by: Sam James <sam <AT> 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" \
