diff options
author | 2021-08-22 21:37:15 +0200 | |
---|---|---|
committer | 2021-08-22 21:37:15 +0200 | |
commit | 7ccaa2991759fa6e7142c9a7c33439d748405337 (patch) | |
tree | 3171a35b3e2663c0d4deb389b7818500880b6394 | |
parent | net-misc/networkmanager: Version bump to 1.32.10 (diff) | |
download | gentoo-7ccaa2991759fa6e7142c9a7c33439d748405337.tar.gz gentoo-7ccaa2991759fa6e7142c9a7c33439d748405337.tar.bz2 gentoo-7ccaa2991759fa6e7142c9a7c33439d748405337.zip |
sci-libs/profphd-utils: Port to EAPI 8
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild | 10 |
1 files 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 83d0f8485e02..288f583f6598 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 \ |