commit: 21613b44a78c29aa0db553380a15ae494b19d314 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Wed Apr 10 19:16:41 2024 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Wed Apr 17 10:20:17 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=21613b44
sci-physics/qcdloop: inherit fortran-2 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> sci-physics/qcdloop/qcdloop-2.0.5.ebuild | 8 +------- sci-physics/qcdloop/qcdloop-2.0.9.ebuild | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/sci-physics/qcdloop/qcdloop-2.0.5.ebuild b/sci-physics/qcdloop/qcdloop-2.0.5.ebuild index 19a247ba2..672957c56 100644 --- a/sci-physics/qcdloop/qcdloop-2.0.5.ebuild +++ b/sci-physics/qcdloop/qcdloop-2.0.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="emake" -inherit cmake +inherit cmake fortran-2 DESCRIPTION="An object-oriented one-loop scalar Feynman integrals framework" HOMEPAGE="https://qcdloop.web.cern.ch/qcdloop/" @@ -15,12 +15,6 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/fortran -" - PATCHES=( "${FILESDIR}"/${P}-cxx.patch ) diff --git a/sci-physics/qcdloop/qcdloop-2.0.9.ebuild b/sci-physics/qcdloop/qcdloop-2.0.9.ebuild index ccea20aa5..6486e70b9 100644 --- a/sci-physics/qcdloop/qcdloop-2.0.9.ebuild +++ b/sci-physics/qcdloop/qcdloop-2.0.9.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="emake" -inherit cmake +inherit cmake fortran-2 DESCRIPTION="An object-oriented one-loop scalar Feynman integrals framework" HOMEPAGE="https://qcdloop.web.cern.ch/qcdloop/" @@ -15,12 +15,6 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/fortran -" - PATCHES=( "${FILESDIR}"/${P}-cxx.patch )
