diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-23 11:44:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-23 12:52:53 +0200 |
commit | 67970b58a844a1604acf62765810abb7f7cc3658 (patch) | |
tree | 34b77bed5ca8cabc9b1f78e303f686174bfa4198 /sci-libs | |
parent | sci-libs/flann: Use system-lz4 and fix underlinking (diff) | |
download | gentoo-67970b58a844a1604acf62765810abb7f7cc3658.tar.gz gentoo-67970b58a844a1604acf62765810abb7f7cc3658.tar.bz2 gentoo-67970b58a844a1604acf62765810abb7f7cc3658.zip |
sci-libs/flann: Fix HOMEPAGE, old one was dead
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/flann/flann-1.9.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/flann/flann-1.9.1-r3.ebuild b/sci-libs/flann/flann-1.9.1-r3.ebuild index b34a54471dc5..e53d428ee73c 100644 --- a/sci-libs/flann/flann-1.9.1-r3.ebuild +++ b/sci-libs/flann/flann-1.9.1-r3.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake cuda flag-o-matic toolchain-funcs DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional spaces" -HOMEPAGE="https://www.cs.ubc.ca/research/flann/" +HOMEPAGE="https://github.com/mariusmuja/flann" SRC_URI="https://github.com/mariusmuja/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |