From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70A0D138334 for ; Wed, 20 Nov 2019 12:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C4EEE08AD; Wed, 20 Nov 2019 12:22:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2006E08AD for ; Wed, 20 Nov 2019 12:22:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E21134D138 for ; Wed, 20 Nov 2019 12:22:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7DF38C0 for ; Wed, 20 Nov 2019 12:22:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574252464.3494c2e558551a4c5a04383119416139a7b68552.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/fann/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/fann/fann-2.2.0-r1.ebuild sci-mathematics/fann/fann-9999.ebuild X-VCS-Directories: sci-mathematics/fann/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3494c2e558551a4c5a04383119416139a7b68552 X-VCS-Branch: master Date: Wed, 20 Nov 2019 12:22:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 850d404d-43b4-4b89-b4f6-1c9accd9c508 X-Archives-Hash: 640c91aad451dabb41db9fb19eca2dcd commit: 3494c2e558551a4c5a04383119416139a7b68552 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 20 11:44:28 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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