diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-09 10:18:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-09 10:18:46 +0000 |
commit | ce9ca2b0608932003d8e88369d5ce2b7df9e2542 (patch) | |
tree | 558d3aa4e795770d2b6c4f9e0eabc64e2ec1e4bf /sci-libs/cholmod | |
parent | HPPA team wants to drop keywording of GNOME packages. (diff) | |
download | historical-ce9ca2b0608932003d8e88369d5ce2b7df9e2542.tar.gz historical-ce9ca2b0608932003d8e88369d5ce2b7df9e2542.tar.bz2 historical-ce9ca2b0608932003d8e88369d5ce2b7df9e2542.zip |
ppc64 stable wrt #318649
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r-- | sci-libs/cholmod/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cholmod/cholmod-1.6.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog index 451e98b1b7e4..19f233d58711 100644 --- a/sci-libs/cholmod/ChangeLog +++ b/sci-libs/cholmod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cholmod # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.21 2010/01/02 18:09:45 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.22 2010/07/09 10:16:30 ssuominen Exp $ + + 09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> + cholmod-1.6.0-r1.ebuild: + ppc64 stable wrt #318649 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cholmod-1.7.1.ebuild: Transfer Prefix keywords diff --git a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild index 2626c761790d..56beeb7f1866 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 +# Copyright 1999-2010 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.14 2009/10/12 20:05:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild,v 1.15 2010/07/09 10:16:30 ssuominen 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 ) |