summaryrefslogtreecommitdiff
path: root/sci-mathematics/fann/fann-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
commit7218e1b46bceac05841e90472501742d905fb3fc (patch)
tree56fae051db521b8fce8014cbc8b11484885b14b3 /sci-mathematics/fann/fann-9999.ebuild
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'sci-mathematics/fann/fann-9999.ebuild')
-rw-r--r--sci-mathematics/fann/fann-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/fann/fann-9999.ebuild b/sci-mathematics/fann/fann-9999.ebuild
index 6ac50e2ce43f..b9c40c483009 100644
--- a/sci-mathematics/fann/fann-9999.ebuild
+++ b/sci-mathematics/fann/fann-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-multilib git-r3 toolchain-funcs
+inherit cmake git-r3 toolchain-funcs
DESCRIPTION="Fast Artificial Neural Network Library"
-HOMEPAGE="http://leenissen.dk/fann/"
+HOMEPAGE="http://leenissen.dk/fann/wp/"
EGIT_REPO_URI="https://github.com/libfann/fann"
LICENSE="LGPL-2.1"
@@ -20,7 +20,7 @@ src_test() {
}
src_install() {
- cmake-multilib_src_install
+ cmake_src_install
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples