From 8a4ad3ffc6a1005a7858c8250df75c278fbf7eb0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 19 Apr 2021 17:31:18 +0100 Subject: [PATCH] dev-cpp/metslib: update EAPI 5 -> 7 Signed-off-by: Sam James --- dev-cpp/metslib/metslib-0.5.3.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-cpp/metslib/metslib-0.5.3.ebuild b/dev-cpp/metslib/metslib-0.5.3.ebuild index 6cecf6502b7d7..334c371311da1 100644 --- a/dev-cpp/metslib/metslib-0.5.3.ebuild +++ b/dev-cpp/metslib/metslib-0.5.3.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=7 DESCRIPTION="Metaheuristic modeling framework and optimization toolkit" HOMEPAGE="https://projects.coin-or.org/metslib" @@ -10,8 +10,5 @@ SRC_URI="http://www.coin-or.org/download/source/metslib/${P}.tgz" LICENSE="|| ( GPL-3 CPL-1.0 )" SLOT="0" KEYWORDS="~amd64 ~arm" -IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" DOCS=( AUTHORS NEWS README )