From 2a6a5eac55404c78a55bc3e9609c304dce9a4ac5 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sat, 14 Aug 2021 12:13:17 +0200 Subject: sci-libs/fetk: Port to EAPI 8 Signed-off-by: Jakov Smolic Signed-off-by: David Seifert --- sci-libs/fetk/fetk-1.5.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'sci-libs/fetk') diff --git a/sci-libs/fetk/fetk-1.5.ebuild b/sci-libs/fetk/fetk-1.5.ebuild index 96d1ea80984f..0f930c60495b 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="" +" -- cgit v1.2.3-18-g5258