diff options
-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 6f0518c871e0..6c5b3fbb7f6c 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.78 2008/05/22 14:42:58 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.79 2008/05/22 20:58:31 maekke Exp $ + + 22 May 2008; Markus Meier <maekke@gentoo.org> itpp-4.0.4.ebuild: + amd64/x86 stable, bug #223209 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. diff --git a/sci-libs/itpp/itpp-4.0.4.ebuild b/sci-libs/itpp/itpp-4.0.4.ebuild index bb0b4ee4dd61..80e8ae1c594d 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.10 2008/05/22 14:42:58 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild,v 1.11 2008/05/22 20:58:31 maekke 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 ) ) |