diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-28 19:32:14 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-28 19:32:14 +0000 |
commit | 3f2435b91acf1808e3a74a37819dd7a8fe32fa36 (patch) | |
tree | a6777ac67198081ef2331206854a98d14d07447c /sci-libs | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-3f2435b91acf1808e3a74a37819dd7a8fe32fa36.tar.gz gentoo-2-3f2435b91acf1808e3a74a37819dd7a8fe32fa36.tar.bz2 gentoo-2-3f2435b91acf1808e3a74a37819dd7a8fe32fa36.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-3.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 4b87fa2edef2..a3d8274395c5 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.7 2005/03/05 09:02:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.8 2005/03/28 19:31:13 hansmi Exp $ + + 28 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> fftw-3.0.1.ebuild: + Stable on ppc. 05 Mar 2005; Markus Rothe <corsair@gentoo.org> fftw-3.0.1-r1.ebuild: Stable on ppc64 diff --git a/sci-libs/fftw/fftw-3.0.1.ebuild b/sci-libs/fftw/fftw-3.0.1.ebuild index dfbcd85b0fd4..355aa889055d 100644 --- a/sci-libs/fftw/fftw-3.0.1.ebuild +++ b/sci-libs/fftw/fftw-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.0.1.ebuild,v 1.2 2005/01/03 09:41:02 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.0.1.ebuild,v 1.3 2005/03/28 19:31:13 hansmi Exp $ IUSE="3dnow sse mpi" @@ -14,7 +14,7 @@ SLOT="3.0" LICENSE="GPL-2" DEPEND="virtual/libc" -KEYWORDS="x86 ~ppc sparc alpha ~ia64 amd64" +KEYWORDS="x86 ppc sparc alpha ~ia64 amd64" #-fpmath=xx is reported to cause trouble on pentium4 m series #(for 3.0.x: this sort of thing should be handled by the --enable-sse |