diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-05-22 14:42:58 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-05-22 14:42:58 +0000 |
commit | 347339b83b987b165cc83cf438ab008fc30d6227 (patch) | |
tree | 3b386ff2b1ea7df68831266c988438bc36bcbdb1 /sci-libs/itpp | |
parent | Initial commit by treecleaners wrt #193635, replacing separate ebuilds for sy... (diff) | |
download | gentoo-2-347339b83b987b165cc83cf438ab008fc30d6227.tar.gz gentoo-2-347339b83b987b165cc83cf438ab008fc30d6227.tar.bz2 gentoo-2-347339b83b987b165cc83cf438ab008fc30d6227.zip |
Sparc stable, Bug #223209. It's been around a while and all tests are good.
(Portage version: 2.2_pre7/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors Dual Core AMD Opteron(tm) Processor 165)
Diffstat (limited to 'sci-libs/itpp')
-rw-r--r-- | sci-libs/itpp/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-4.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog index a9a928088d26..6f0518c871e0 100644 --- a/sci-libs/itpp/ChangeLog +++ b/sci-libs/itpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/itpp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.77 2008/05/18 11:19:40 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.78 2008/05/22 14:42:58 fmccor Exp $ + + 22 May 2008; Ferris McCormick <fmccor@gentoo.org> itpp-4.0.4.ebuild: + Sparc stable, Bug #223209. It's been around a while and all tests are good. 18 May 2008; Markus Dittrich <markusle@gentoo.org> itpp-4.0.3.ebuild, itpp-4.0.4.ebuild: diff --git a/sci-libs/itpp/itpp-4.0.4.ebuild b/sci-libs/itpp/itpp-4.0.4.ebuild index 977626b1cebf..bb0b4ee4dd61 100644 --- a/sci-libs/itpp/itpp-4.0.4.ebuild +++ b/sci-libs/itpp/itpp-4.0.4.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/itpp/itpp-4.0.4.ebuild,v 1.9 2008/05/20 00:01:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild,v 1.10 2008/05/22 14:42:58 fmccor Exp $ inherit fortran flag-o-matic @@ -14,7 +14,7 @@ HOMEPAGE="http://itpp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86" IUSE="blas debug doc fftw lapack minimal" RDEPEND="!minimal? ( fftw? ( >=sci-libs/fftw-3.0.0 ) ) |