Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/flann/
Date: Sat, 23 May 2020 10:53:08
Message-Id: 1590231173.67970b58a844a1604acf62765810abb7f7cc3658.asturm@gentoo
1 commit: 67970b58a844a1604acf62765810abb7f7cc3658
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:44:17 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 10:52:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67970b58
7
8 sci-libs/flann: Fix HOMEPAGE, old one was dead
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-libs/flann/flann-1.9.1-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/flann/flann-1.9.1-r3.ebuild b/sci-libs/flann/flann-1.9.1-r3.ebuild
17 index b34a54471dc..e53d428ee73 100644
18 --- a/sci-libs/flann/flann-1.9.1-r3.ebuild
19 +++ b/sci-libs/flann/flann-1.9.1-r3.ebuild
20 @@ -6,7 +6,7 @@ EAPI=7
21 inherit cmake cuda flag-o-matic toolchain-funcs
22
23 DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional spaces"
24 -HOMEPAGE="https://www.cs.ubc.ca/research/flann/"
25 +HOMEPAGE="https://github.com/mariusmuja/flann"
26 SRC_URI="https://github.com/mariusmuja/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="BSD"