From f0df2736ead5da9511f230eda59ce68bb94f929c Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 16 Oct 2021 11:01:27 +0200 Subject: [PATCH] sci-libs/jdqz: EAPI 8 Signed-off-by: Alessandro Barbieri --- ...z-0_pre19971107-r2.ebuild => jdqz-0_pre19971107-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sci-libs/jdqz/{jdqz-0_pre19971107-r2.ebuild => jdqz-0_pre19971107-r3.ebuild} (97%) diff --git a/sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild b/sci-libs/jdqz/jdqz-0_pre19971107-r3.ebuild similarity index 97% rename from sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild rename to sci-libs/jdqz/jdqz-0_pre19971107-r3.ebuild index 89760e5b23..2c8144ac04 100644 --- a/sci-libs/jdqz/jdqz-0_pre19971107-r2.ebuild +++ b/sci-libs/jdqz/jdqz-0_pre19971107-r3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 inherit flag-o-matic fortran-2 toolchain-funcs -DESCRIPTION="Jacobi-Davidson type method for the generalized standard eigenvalue problem." +DESCRIPTION="Jacobi-Davidson type method for the generalized standard eigenvalue problem" HOMEPAGE="https://www.win.tue.nl/~hochsten/jd" SRC_URI="https://www.win.tue.nl/~hochsten/jd/${PN}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}"