From: Andreas Sturmlechner Date: Wed, 20 Nov 2019 11:44:28 +0000 (+0100) Subject: sci-mathematics/fann: EAPI-7 bump X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3494c2e558551a4c5a04383119416139a7b68552;p=gentoo.git sci-mathematics/fann: EAPI-7 bump Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner --- diff --git a/sci-mathematics/fann/fann-2.2.0-r1.ebuild b/sci-mathematics/fann/fann-2.2.0-r1.ebuild index 614220457998..f37ab14a8884 100644 --- a/sci-mathematics/fann/fann-2.2.0-r1.ebuild +++ b/sci-mathematics/fann/fann-2.2.0-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit cmake-multilib +EAPI=7 MY_P=FANN-${PV}-Source +inherit cmake-multilib DESCRIPTION="Fast Artificial Neural Network Library" HOMEPAGE="http://leenissen.dk/fann/" diff --git a/sci-mathematics/fann/fann-9999.ebuild b/sci-mathematics/fann/fann-9999.ebuild index ffe0d8b9bb2d..0f00c30eb182 100644 --- a/sci-mathematics/fann/fann-9999.ebuild +++ b/sci-mathematics/fann/fann-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-multilib git-r3