diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-03-27 12:56:28 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-03-27 12:56:28 +0000 |
commit | 57d1085a737952572b512924e4f12f2a934ee42a (patch) | |
tree | 0255e67f0cbdddb3d6088bbbd485b75f308870a0 /sci-libs/umfpack | |
parent | Sparc stable, preparation for bug #245707. (diff) | |
download | gentoo-2-57d1085a737952572b512924e4f12f2a934ee42a.tar.gz gentoo-2-57d1085a737952572b512924e4f12f2a934ee42a.tar.bz2 gentoo-2-57d1085a737952572b512924e4f12f2a934ee42a.zip |
Sparc stable, preparation for bug #245707.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/umfpack')
-rw-r--r-- | sci-libs/umfpack/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/umfpack/umfpack-5.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/umfpack/ChangeLog b/sci-libs/umfpack/ChangeLog index e7ce1e2d916c..2f3d9c0fe1c4 100644 --- a/sci-libs/umfpack/ChangeLog +++ b/sci-libs/umfpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/umfpack # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.11 2009/03/23 03:19:38 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.12 2009/03/27 12:56:28 fmccor Exp $ + + 27 Mar 2009; Ferris McCormick <fmccor@gentoo.org> umfpack-5.2.0.ebuild: + Sparc stable, preparation for bug #245707. 23 Mar 2009; Jeremy Olexa <darkside@gentoo.org> umfpack-5.2.0.ebuild: amd64 stable, bug 245707 diff --git a/sci-libs/umfpack/umfpack-5.2.0.ebuild b/sci-libs/umfpack/umfpack-5.2.0.ebuild index 9eb063db833b..92c3c0301a8b 100644 --- a/sci-libs/umfpack/umfpack-5.2.0.ebuild +++ b/sci-libs/umfpack/umfpack-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild,v 1.7 2009/03/23 03:19:38 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild,v 1.8 2009/03/27 12:56:28 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="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86" IUSE="doc" RDEPEND="virtual/blas sci-libs/amd" |