summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-04-28 01:11:44 +0000
committerJeroen Roovers <jer@gentoo.org>2008-04-28 01:11:44 +0000
commit2f92ecd7f9c2ef3c79137c419e3f6c38147ecf44 (patch)
tree57f53fac2809c79cbc33fed0aebb5fd00d96af04 /sci-libs
parentMarked ~hppa (bug #219466, really this time). (diff)
downloadgentoo-2-2f92ecd7f9c2ef3c79137c419e3f6c38147ecf44.tar.gz
gentoo-2-2f92ecd7f9c2ef3c79137c419e3f6c38147ecf44.tar.bz2
gentoo-2-2f92ecd7f9c2ef3c79137c419e3f6c38147ecf44.zip
Marked ~hppa (bug #219458).
(Portage version: 2.1.5_rc6)
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 bab0e5c648b4..64544881a8b9 100644
--- a/sci-libs/cholmod/ChangeLog
+++ b/sci-libs/cholmod/ChangeLog
@@ -1,6 +1,9 @@
# 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.4 2008/04/27 14:20:03 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.5 2008/04/28 01:11:44 jer Exp $
+
+ 28 Apr 2008; Jeroen Roovers <jer@gentoo.org> cholmod-1.6.0-r1.ebuild:
+ Marked ~hppa (bug #219458).
27 Apr 2008; Ferris McCormick <fmccor@gentoo.org> cholmod-1.6.0-r1.ebuild:
Add ~sparc keyword, Bug #219460. All tests pass.
diff --git a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild
index a742701c790d..144adc60408a 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.2 2008/04/27 14:20:03 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.3 2008/04/28 01:11:44 jer 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="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE="doc metis minimal supernodal"
RDEPEND="supernodal? ( virtual/lapack )