diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-03-23 03:19:21 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-03-23 03:19:21 +0000 |
commit | b46fd7e37bf1030e71c4e1f01f8a0c19cff751a0 (patch) | |
tree | 17da1c8e5dc4ad64f72485365ab9be13888914db /sci-libs/cxsparse | |
parent | amd64 stable, bug 245707 (diff) | |
download | gentoo-2-b46fd7e37bf1030e71c4e1f01f8a0c19cff751a0.tar.gz gentoo-2-b46fd7e37bf1030e71c4e1f01f8a0c19cff751a0.tar.bz2 gentoo-2-b46fd7e37bf1030e71c4e1f01f8a0c19cff751a0.zip |
amd64 stable, bug 245707
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cxsparse')
-rw-r--r-- | sci-libs/cxsparse/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cxsparse/cxsparse-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cxsparse/ChangeLog b/sci-libs/cxsparse/ChangeLog index fe384afbe11a..c0efa0b6ec3d 100644 --- a/sci-libs/cxsparse/ChangeLog +++ b/sci-libs/cxsparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cxsparse # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.9 2009/03/09 14:39:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.10 2009/03/23 03:19:21 darkside Exp $ + + 23 Mar 2009; Jeremy Olexa <darkside@gentoo.org> cxsparse-2.2.1.ebuild: + amd64 stable, bug 245707 *cxsparse-2.2.2 (09 Mar 2009) diff --git a/sci-libs/cxsparse/cxsparse-2.2.1.ebuild b/sci-libs/cxsparse/cxsparse-2.2.1.ebuild index 84d9a96c3522..2f771defae6d 100644 --- a/sci-libs/cxsparse/cxsparse-2.2.1.ebuild +++ b/sci-libs/cxsparse/cxsparse-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 1.8 2009/02/08 15:42:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 1.9 2009/03/23 03:19:21 darkside Exp $ inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="sci-libs/ufconfig" |