summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2009-03-27 12:39:55 +0000
committerFerris McCormick <fmccor@gentoo.org>2009-03-27 12:39:55 +0000
commit563725562d0c5963b3689a330bc2d28254966884 (patch)
tree1ad7fd3b84fb3ccd76abc9ea51f3abd5c17c9ded /sci-libs/cholmod
parentSparc stable, preparation for bug #245707. (diff)
downloadgentoo-2-563725562d0c5963b3689a330bc2d28254966884.tar.gz
gentoo-2-563725562d0c5963b3689a330bc2d28254966884.tar.bz2
gentoo-2-563725562d0c5963b3689a330bc2d28254966884.zip
Sparc stable, preparation for bug #245707.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r--sci-libs/cholmod/ChangeLog5
-rw-r--r--sci-libs/cholmod/cholmod-1.6.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog
index 2f1d745a8214..0ab4327b1d97 100644
--- a/sci-libs/cholmod/ChangeLog
+++ b/sci-libs/cholmod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/cholmod
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.15 2009/03/23 03:19:05 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.16 2009/03/27 12:39:55 fmccor Exp $
+
+ 27 Mar 2009; Ferris McCormick <fmccor@gentoo.org> cholmod-1.6.0-r1.ebuild:
+ Sparc stable, preparation for bug #245707.
23 Mar 2009; Jeremy Olexa <darkside@gentoo.org> cholmod-1.6.0-r1.ebuild:
amd64 stable, bug 245707
diff --git a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild
index 93515ad23881..780a10bc7e49 100644
--- a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild
+++ b/sci-libs/cholmod/cholmod-1.6.0-r1.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/cholmod/cholmod-1.6.0-r1.ebuild,v 1.10 2009/03/23 03:19:05 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.11 2009/03/27 12:39:55 fmccor Exp $
inherit autotools eutils
@@ -13,7 +13,7 @@ SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz
LICENSE="LGPL-2.1 GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
IUSE="doc metis minimal supernodal"
RDEPEND="supernodal? ( virtual/lapack )