diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-04-27 14:20:03 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-04-27 14:20:03 +0000 |
commit | a57f4319ee0db0b35194e0d668776db2c8e9d47a (patch) | |
tree | 1fb9ae69eadbfbe134a1ad2b8ded8f305028712b /sci-libs/cholmod | |
parent | x86 stable, bug #218647 (diff) | |
download | gentoo-2-a57f4319ee0db0b35194e0d668776db2c8e9d47a.tar.gz gentoo-2-a57f4319ee0db0b35194e0d668776db2c8e9d47a.tar.bz2 gentoo-2-a57f4319ee0db0b35194e0d668776db2c8e9d47a.zip |
Add ~sparc keyword, Bug #219460. All tests pass.
(Portage version: 2.2_pre5)
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r-- | sci-libs/cholmod/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cholmod/cholmod-1.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog index 688e6bf8e1a7..bab0e5c648b4 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.3 2008/03/28 12:20:03 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.4 2008/04/27 14:20:03 fmccor Exp $ + + 27 Apr 2008; Ferris McCormick <fmccor@gentoo.org> cholmod-1.6.0-r1.ebuild: + Add ~sparc keyword, Bug #219460. All tests pass. *cholmod-1.6.0-r1 (28 Mar 2008) diff --git a/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild b/sci-libs/cholmod/cholmod-1.6.0-r1.ebuild index 41778ba8b131..a742701c790d 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.1 2008/03/28 12:20:03 bicatali Exp $ +# $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 $ 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 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="doc metis minimal supernodal" RDEPEND="supernodal? ( virtual/lapack ) |