summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-04-20 19:56:21 +0000
committerMarkus Meier <maekke@gentoo.org>2009-04-20 19:56:21 +0000
commit9697f89646ab4170aa7dc697e667d7bbc585db6e (patch)
tree6a2ab90512ebc29c69d69e3e63453849476ef33a /sci-libs/cholmod
parentx86 stable, bug #245707 (diff)
downloadgentoo-2-9697f89646ab4170aa7dc697e667d7bbc585db6e.tar.gz
gentoo-2-9697f89646ab4170aa7dc697e667d7bbc585db6e.tar.bz2
gentoo-2-9697f89646ab4170aa7dc697e667d7bbc585db6e.zip
x86 stable, bug #245707
(Portage version: 2.1.6.11/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 0ab4327b1d97..87b219570e0f 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.16 2009/03/27 12:39:55 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.17 2009/04/20 19:56:21 maekke Exp $
+
+ 20 Apr 2009; Markus Meier <maekke@gentoo.org> cholmod-1.6.0-r1:
+ x86 stable, bug #245707
27 Mar 2009; Ferris McCormick <fmccor@gentoo.org> cholmod-1.6.0-r1.ebuild:
Sparc stable, preparation for 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 780a10bc7e49..0f8b07752158 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.11 2009/03/27 12:39:55 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.12 2009/04/20 19:56:21 maekke 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 )