diff options
author | 2008-05-24 17:19:17 +0000 | |
---|---|---|
committer | 2008-05-24 17:19:17 +0000 | |
commit | 8f2faf57039f5ca6e0d3abc1d2cd473fc00cb6f7 (patch) | |
tree | 9a94357fd1a83fdecd1cfc601629159c0c3250cc /sci-libs/itpp | |
parent | Stable on ppc wrt bug 223029 (diff) | |
download | gentoo-2-8f2faf57039f5ca6e0d3abc1d2cd473fc00cb6f7.tar.gz gentoo-2-8f2faf57039f5ca6e0d3abc1d2cd473fc00cb6f7.tar.bz2 gentoo-2-8f2faf57039f5ca6e0d3abc1d2cd473fc00cb6f7.zip |
Stable on ppc wrt bug 223209
(Portage version: 2.1.4.4)
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 6c5b3fbb7f6c..c46bfaefbc50 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.79 2008/05/22 20:58:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.80 2008/05/24 17:19:17 nixnut Exp $ + + 24 May 2008; nixnut <nixnut@gentoo.org> itpp-4.0.4.ebuild: + Stable on ppc wrt bug 223209 22 May 2008; Markus Meier <maekke@gentoo.org> itpp-4.0.4.ebuild: amd64/x86 stable, bug #223209 diff --git a/sci-libs/itpp/itpp-4.0.4.ebuild b/sci-libs/itpp/itpp-4.0.4.ebuild index 80e8ae1c594d..c60a986a5236 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.11 2008/05/22 20:58:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild,v 1.12 2008/05/24 17:19:17 nixnut 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 ) ) |