summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2009-02-08 15:36:49 +0000
committerTobias Klausmann <klausman@gentoo.org>2009-02-08 15:36:49 +0000
commit06a3980255b3ec7f303282a35f1626b046bad951 (patch)
treedda701881109beb4cefcc6b164003b57c80f51c1 /sci-libs/cholmod
parentStable on alpha, bug #245707 (diff)
downloadgentoo-2-06a3980255b3ec7f303282a35f1626b046bad951.tar.gz
gentoo-2-06a3980255b3ec7f303282a35f1626b046bad951.tar.bz2
gentoo-2-06a3980255b3ec7f303282a35f1626b046bad951.zip
Stable on alpha, bug #245707
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r--sci-libs/cholmod/ChangeLog8
-rw-r--r--sci-libs/cholmod/cholmod-1.6.0-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog
index bfd78c101041..6bddbae61e18 100644
--- a/sci-libs/cholmod/ChangeLog
+++ b/sci-libs/cholmod/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/cholmod
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.11 2008/10/10 17:53:49 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.12 2009/02/08 15:36:49 klausman Exp $
+
+ 08 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
+ cholmod-1.6.0-r1.ebuild:
+ Stable on alpha, bug #245707
10 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org>
cholmod-1.6.0-r1.ebuild:
diff --git a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild
index b902522e6638..384f51080f61 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-2008 Gentoo Foundation
+# 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.8 2008/11/28 09:26:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.9 2009/02/08 15:36:49 klausman 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 )