diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-12 16:08:29 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-12 16:08:29 +0000 |
commit | 6fd1087cce1b4c7114eec52f734370bfe567d825 (patch) | |
tree | 6e769a01c5f1db5e80440aebbd3138b5a518c657 /sci-libs/umfpack | |
parent | Add ~sparc wrt #215841 (diff) | |
download | historical-6fd1087cce1b4c7114eec52f734370bfe567d825.tar.gz historical-6fd1087cce1b4c7114eec52f734370bfe567d825.tar.bz2 historical-6fd1087cce1b4c7114eec52f734370bfe567d825.zip |
Add ~sparc wrt #215834
Package-Manager: portage-2.1.4.4
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 a02f856f966c..02026ffcb21e 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.6 2008/04/07 19:18:40 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.7 2008/04/12 16:08:29 armin76 Exp $ + + 12 Apr 2008; Raúl Porcel <armin76@gentoo.org> umfpack-5.2.0.ebuild: + Add ~sparc wrt #215834 07 Apr 2008; Tobias Klausmann <klausman@gentoo.org> umfpack-5.2.0.ebuild: Keyworded on alpha, bug #215834 diff --git a/sci-libs/umfpack/umfpack-5.2.0.ebuild b/sci-libs/umfpack/umfpack-5.2.0.ebuild index aa999cda96d3..49fef7ac2747 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.3 2008/04/07 19:18:40 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.2.0.ebuild,v 1.4 2008/04/12 16:08:29 armin76 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" RDEPEND="virtual/blas sci-libs/amd" |