summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2009-09-27 13:40:23 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2009-09-27 13:40:23 +0000
commit78a3d5247b866d64ad8b27efafe721330867463d (patch)
tree4720732238ad348835536d819097c6a0517d1585 /sci-libs
parentppc stable #245707 (diff)
downloadgentoo-2-78a3d5247b866d64ad8b27efafe721330867463d.tar.gz
gentoo-2-78a3d5247b866d64ad8b27efafe721330867463d.tar.bz2
gentoo-2-78a3d5247b866d64ad8b27efafe721330867463d.zip
ppc stable #245707
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sci-libs')
-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 87b219570e0f..fb96455c4726 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.17 2009/04/20 19:56:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.18 2009/09/27 13:40:23 nixnut Exp $
+
+ 27 Sep 2009; nixnut <nixnut@gentoo.org> cholmod-1.6.0-r1.ebuild:
+ ppc stable #245707
20 Apr 2009; Markus Meier <maekke@gentoo.org> cholmod-1.6.0-r1:
x86 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 0f8b07752158..51c3b5a672ec 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.12 2009/04/20 19:56:21 maekke Exp $
+# $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 $
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 )