diff options
author | 2008-03-03 18:55:33 +0000 | |
---|---|---|
committer | 2008-03-03 18:55:33 +0000 | |
commit | bf6242b4ffb5e470894fc7237d917789760cd09a (patch) | |
tree | 4a0ef8cba693110981e0c285c1b89acf619336a4 /sci-libs/amd/amd-2.2.0.ebuild | |
parent | Added official upstream patch. Cleaned out php4 stuff. Removed bundled-adodb ... (diff) | |
download | historical-bf6242b4ffb5e470894fc7237d917789760cd09a.tar.gz historical-bf6242b4ffb5e470894fc7237d917789760cd09a.tar.bz2 historical-bf6242b4ffb5e470894fc7237d917789760cd09a.zip |
Correct license from LGPL-2 to LGPL-2.1
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-libs/amd/amd-2.2.0.ebuild')
-rw-r--r-- | sci-libs/amd/amd-2.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index 60984cd5d894..f1a285bbf3db 100644 --- a/sci-libs/amd/amd-2.2.0.ebuild +++ b/sci-libs/amd/amd-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.2 2007/09/09 14:25:20 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.3 2008/03/03 18:55:33 dsd Exp $ inherit autotools eutils fortran @@ -9,7 +9,7 @@ DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/amd" SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" |