commit: 7ccaa2991759fa6e7142c9a7c33439d748405337 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sun Aug 22 19:37:15 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Aug 22 19:37:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccaa299
sci-libs/profphd-utils: Port to EAPI 8 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild b/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild index 83d0f8485e0..288f583f659 100644 --- a/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild +++ b/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 inherit fortran-2 toolchain-funcs @@ -9,13 +9,11 @@ DESCRIPTION="Additional utils for profphd" HOMEPAGE="https://rostlab.org/" SRC_URI="ftp://rostlab.org/profphd-utils/${P}.tar.gz" -SLOT="0" LICENSE="GPL-3" +SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" -RDEPEND="" -DEPEND="dev-lang/perl" +BDEPEND="dev-lang/perl" src_compile() { emake \
