diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-04-07 19:18:40 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-04-07 19:18:40 +0000 |
commit | 6d4b8da737ef0a0772cde622514829f698fdc195 (patch) | |
tree | 19593793ae6c37bcc2e09cf87cac1287a7235346 /sci-libs/umfpack | |
parent | Keyworded on alpha, bug #215841 (diff) | |
download | gentoo-2-6d4b8da737ef0a0772cde622514829f698fdc195.tar.gz gentoo-2-6d4b8da737ef0a0772cde622514829f698fdc195.tar.bz2 gentoo-2-6d4b8da737ef0a0772cde622514829f698fdc195.zip |
Keyworded on alpha, bug #215834
(Portage version: 2.1.5_rc2)
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 6a22dce2eefe..a02f856f966c 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.5 2008/03/26 16:00:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.6 2008/04/07 19:18:40 klausman Exp $ + + 07 Apr 2008; Tobias Klausmann <klausman@gentoo.org> umfpack-5.2.0.ebuild: + Keyworded on alpha, bug #215834 26 Mar 2008; Markus Rothe <corsair@gentoo.org> umfpack-5.2.0.ebuild: Added ~ppc64; bug #213359 diff --git a/sci-libs/umfpack/umfpack-5.2.0.ebuild b/sci-libs/umfpack/umfpack-5.2.0.ebuild index 21c59fc598ee..aa999cda96d3 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 # 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.2 2008/03/26 16:00:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild,v 1.3 2008/04/07 19:18:40 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="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND="virtual/blas sci-libs/amd" |