diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-20 12:44:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-20 13:21:04 +0100 |
commit | 3494c2e558551a4c5a04383119416139a7b68552 (patch) | |
tree | 87e7bc197adf271472509681dae2f866951e26f8 /sci-mathematics/fann | |
parent | x11-misc/virtualgl: Drop old (diff) | |
download | gentoo-3494c2e558551a4c5a04383119416139a7b68552.tar.gz gentoo-3494c2e558551a4c5a04383119416139a7b68552.tar.bz2 gentoo-3494c2e558551a4c5a04383119416139a7b68552.zip |
sci-mathematics/fann: EAPI-7 bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics/fann')
-rw-r--r-- | sci-mathematics/fann/fann-2.2.0-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-mathematics/fann/fann-9999.ebuild | 4 |
2 files changed, 5 insertions, 6 deletions
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 |