diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-10-12 20:05:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-10-12 20:05:17 +0000 |
commit | 7c182129cde5eb5075065d6fd772c5f7f1682111 (patch) | |
tree | acb59cd2c9151c54d787077b4fd60f0dd1f01959 /sci-libs/cxsparse | |
parent | Version bump. (diff) | |
download | historical-7c182129cde5eb5075065d6fd772c5f7f1682111.tar.gz historical-7c182129cde5eb5075065d6fd772c5f7f1682111.tar.bz2 historical-7c182129cde5eb5075065d6fd772c5f7f1682111.zip |
Stable for HPPA (bug #245707).
Package-Manager: portage-2.2_rc46/cvs/Linux i686
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 759a98e2a6bb..1e2a2c2bba11 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.13 2009/05/17 13:13:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.14 2009/10/12 20:05:08 jer Exp $ + + 12 Oct 2009; Jeroen Roovers <jer@gentoo.org> cxsparse-2.2.1.ebuild: + Stable for HPPA (bug #245707). 17 May 2009; nixnut <nixnut@gentoo.org> cxsparse-2.2.1.ebuild: ppc stable #245707 diff --git a/sci-libs/cxsparse/cxsparse-2.2.1.ebuild b/sci-libs/cxsparse/cxsparse-2.2.1.ebuild index f3c7079da723..e9dbae2df710 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.12 2009/05/17 13:13:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild,v 1.13 2009/10/12 20:05:08 jer 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" |