diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:46:25 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:46:25 +0000 |
commit | 34b4753df31d840511ba3ac4f26690e3d45c6147 (patch) | |
tree | 470d4337bef50738365ea2171111b9f7efa4c773 /sci-libs/umfpack | |
parent | amd64/x86 stable, bug #245551 (diff) | |
download | gentoo-2-34b4753df31d840511ba3ac4f26690e3d45c6147.tar.gz gentoo-2-34b4753df31d840511ba3ac4f26690e3d45c6147.tar.bz2 gentoo-2-34b4753df31d840511ba3ac4f26690e3d45c6147.zip |
Stable on alpha, bug #245707
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/umfpack')
-rw-r--r-- | sci-libs/umfpack/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/umfpack/umfpack-5.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/umfpack/ChangeLog b/sci-libs/umfpack/ChangeLog index 96524f8375d5..a74785560b82 100644 --- a/sci-libs/umfpack/ChangeLog +++ b/sci-libs/umfpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/umfpack -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.9 2008/07/08 10:04:00 bicatali Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.10 2009/02/08 15:46:25 klausman Exp $ + + 08 Feb 2009; Tobias Klausmann <klausman@gentoo.org> umfpack-5.2.0.ebuild: + Stable on alpha, bug #245707 08 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> -files/umfpack-5.0.3-autotools.patch, diff --git a/sci-libs/umfpack/umfpack-5.2.0.ebuild b/sci-libs/umfpack/umfpack-5.2.0.ebuild index 5b674fe84d3b..37ddd7a9767b 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-2008 Gentoo Foundation +# 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.5 2008/04/15 15:49:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild,v 1.6 2009/02/08 15:46:25 klausman 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" |