sci-libs/jdqz: EAPI 8

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2021-10-16 11:01:27 +02:00
parent 8d45336f30
commit f0df2736ea
No known key found for this signature in database
GPG Key ID: 4E4140121372C837

View File

@ -1,11 +1,11 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI=8
inherit flag-o-matic fortran-2 toolchain-funcs 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" HOMEPAGE="https://www.win.tue.nl/~hochsten/jd"
SRC_URI="https://www.win.tue.nl/~hochsten/jd/${PN}.tar.gz -> ${P}.tar.gz" SRC_URI="https://www.win.tue.nl/~hochsten/jd/${PN}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}" S="${WORKDIR}/${PN}"