dev-cpp/metslib: update EAPI 5 -> 7

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-19 17:31:18 +01:00
parent 760051736a
commit 8a4ad3ffc6

View File

@@ -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 )