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/cholmod-1.6.0-r1.ebuild | |
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/cholmod-1.6.0-r1.ebuild')
-rw-r--r-- | sci-libs/cholmod/cholmod-1.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |