diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:36 +0100 |
commit | 4cae07463e246faa230e26455ec4e00b20b747ad (patch) | |
tree | 684cbdd40e35f5a8ca3af2048c2aa80391457ae0 /sci-mathematics | |
parent | sci-mathematics/4ti2: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-4cae07463e246faa230e26455ec4e00b20b747ad.tar.gz gentoo-4cae07463e246faa230e26455ec4e00b20b747ad.tar.bz2 gentoo-4cae07463e246faa230e26455ec4e00b20b747ad.zip |
sci-mathematics/fann: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/fann/fann-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/fann/fann-9999.ebuild b/sci-mathematics/fann/fann-9999.ebuild index 0f00c30eb182..6ac50e2ce43f 100644 --- a/sci-mathematics/fann/fann-9999.ebuild +++ b/sci-mathematics/fann/fann-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-multilib git-r3 +inherit cmake-multilib git-r3 toolchain-funcs DESCRIPTION="Fast Artificial Neural Network Library" HOMEPAGE="http://leenissen.dk/fann/" |