summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-10-12 20:05:17 +0000
committerJeroen Roovers <jer@gentoo.org>2009-10-12 20:05:17 +0000
commit7c182129cde5eb5075065d6fd772c5f7f1682111 (patch)
treeacb59cd2c9151c54d787077b4fd60f0dd1f01959 /sci-libs/cholmod
parentVersion bump. (diff)
downloadhistorical-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/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 fb96455c4726..38afdb1ab655 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.18 2009/09/27 13:40:23 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.19 2009/10/12 20:05:17 jer Exp $
+
+ 12 Oct 2009; Jeroen Roovers <jer@gentoo.org> cholmod-1.6.0-r1.ebuild:
+ Stable for HPPA (bug #245707).
27 Sep 2009; nixnut <nixnut@gentoo.org> cholmod-1.6.0-r1.ebuild:
ppc stable #245707
diff --git a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild
index 51c3b5a672ec..2626c761790d 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.13 2009/09/27 13:40:23 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.14 2009/10/12 20:05:17 jer 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 )