summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2008-05-22 01:26:28 +0000
committerJustin Bronder <jsbronder@gentoo.org>2008-05-22 01:26:28 +0000
commit59f7643751347eb5c5cd4b28b29d5c64c8c62ff6 (patch)
tree259a73a3595df7c23c6a6811339ff42e21795d60 /sci-libs/cholmod
parentAdding ~ppc, no bug but required for cholmod (#219458) (diff)
downloadgentoo-2-59f7643751347eb5c5cd4b28b29d5c64c8c62ff6.tar.gz
gentoo-2-59f7643751347eb5c5cd4b28b29d5c64c8c62ff6.tar.bz2
gentoo-2-59f7643751347eb5c5cd4b28b29d5c64c8c62ff6.zip
Added ~ppc (#219458)
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r--sci-libs/cholmod/ChangeLog6
-rw-r--r--sci-libs/cholmod/cholmod-1.6.0-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog
index 10ee587e3b1a..96771c71d524 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.8 2008/05/11 16:08:30 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.9 2008/05/22 01:26:28 jsbronder Exp $
+
+ 22 May 2008; Justin Bronder <jsbronder@gentoo.org>
+ cholmod-1.6.0-r1.ebuild:
+ Added ~ppc (#219458)
11 May 2008; Markus Rothe <corsair@gentoo.org> cholmod-1.6.0-r1.ebuild:
Added ppc64; bug #219458
diff --git a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild
index e1d56ca78f18..fd104791682f 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
# 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.5 2008/05/11 16:08:30 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.6 2008/05/22 01:26:28 jsbronder Exp $
inherit autotools eutils
@@ -12,7 +12,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 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc metis minimal supernodal"
RDEPEND="supernodal? ( virtual/lapack )