diff options
author | Justin Lecher <jlec@gentoo.org> | 2018-12-30 19:19:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2018-12-31 09:43:08 +0000 |
commit | 4aeb0ca94f49f040072b61eb28abc65bca3d1b00 (patch) | |
tree | a29625d299dd08e0a10c4446bd63bad7773553c7 /sci-libs | |
parent | x11-plugins/wmpasman: 2.2 bump (diff) | |
download | gentoo-4aeb0ca94f49f040072b61eb28abc65bca3d1b00.tar.gz gentoo-4aeb0ca94f49f040072b61eb28abc65bca3d1b00.tar.bz2 gentoo-4aeb0ca94f49f040072b61eb28abc65bca3d1b00.zip |
sci-libs/cholmod: Update HOMPAGE
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cholmod/cholmod-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cholmod/cholmod-2.1.2.ebuild b/sci-libs/cholmod/cholmod-2.1.2.ebuild index 32bd49515a4b..a0460f5c4b64 100644 --- a/sci-libs/cholmod/cholmod-2.1.2.ebuild +++ b/sci-libs/cholmod/cholmod-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-utils multilib toolchain-funcs DESCRIPTION="Sparse Cholesky factorization and update/downdate library" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/cholmod/" +HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="minimal? ( LGPL-2.1 ) !minimal? ( GPL-2 )" |