commit: 3494c2e558551a4c5a04383119416139a7b68552
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 11:44:28 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 12:21:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3494c2e5
sci-mathematics/fann: EAPI-7 bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-mathematics/fann/fann-2.2.0-r1.ebuild | 7 +++----
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 61422045799..f37ab14a888 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 ffe0d8b9bb2..0f00c30eb18 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