commit: 2a6a5eac55404c78a55bc3e9609c304dce9a4ac5 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Aug 14 10:13:17 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Aug 14 10:13:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6a5eac
sci-libs/fetk: 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/fetk/fetk-1.5.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sci-libs/fetk/fetk-1.5.ebuild b/sci-libs/fetk/fetk-1.5.ebuild index 96d1ea80984..0f930c60495 100644 --- a/sci-libs/fetk/fetk-1.5.ebuild +++ b/sci-libs/fetk/fetk-1.5.ebuild @@ -1,16 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="The Finite Element ToolKit - Meta package" HOMEPAGE="http://fetk.org/" -SRC_URI="" +LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-2" -IUSE="" RDEPEND=" ~dev-libs/maloc-${PV} @@ -18,5 +16,4 @@ RDEPEND=" ~sci-libs/gamer-${PV} ~sci-libs/mc-${PV} ~sci-libs/punc-${PV} - " -DEPEND="" +"
