diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 17:31:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:51 +0100 |
commit | 8a4ad3ffc6a1005a7858c8250df75c278fbf7eb0 (patch) | |
tree | 0a1bc71fb0e428e7f2167935bd71b5abd1b5f2d1 /dev-cpp/metslib | |
parent | dev-cpp/muParser: port to EAPI 7 (diff) | |
download | gentoo-8a4ad3ffc6a1005a7858c8250df75c278fbf7eb0.tar.gz gentoo-8a4ad3ffc6a1005a7858c8250df75c278fbf7eb0.tar.bz2 gentoo-8a4ad3ffc6a1005a7858c8250df75c278fbf7eb0.zip |
dev-cpp/metslib: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/metslib')
-rw-r--r-- | dev-cpp/metslib/metslib-0.5.3.ebuild | 7 |
1 files 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 6cecf6502b7d..334c371311da 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 ) |