diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-07-17 21:55:00 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-07-17 21:55:00 +0000 |
commit | 10cc1873c0ffeeb30485de500bf634741c3b2c24 (patch) | |
tree | d789914297058fa5e2c892a4623407b45d8668e6 /sci-libs | |
parent | Version bump upstream (diff) | |
download | historical-10cc1873c0ffeeb30485de500bf634741c3b2c24.tar.gz historical-10cc1873c0ffeeb30485de500bf634741c3b2c24.tar.bz2 historical-10cc1873c0ffeeb30485de500bf634741c3b2c24.zip |
Keyworded ~mips
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/fftw/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-3.0.1-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 2ede9d4808e3..c9960549e5b4 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.14 2005/07/01 13:09:34 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.15 2005/07/17 21:55:00 hardave Exp $ + + 17 Jul 2005; Hardave Riar <hardave@gentoo.org> fftw-3.0.1-r1.ebuild: + Keyworded ~mips 01 Jul 2005; Ferris McCormick <fmccor@gentoo.org> fftw-3.0.1-r1.ebuild: Stable for sparc. No sparc errors outstanding and runs its 'bench' diff --git a/sci-libs/fftw/Manifest b/sci-libs/fftw/Manifest index 085518838916..4c36f6d30868 100644 --- a/sci-libs/fftw/Manifest +++ b/sci-libs/fftw/Manifest @@ -1,6 +1,6 @@ -MD5 85908e17ea71dd5829c6bd934767b35c ChangeLog 5772 +MD5 d4f4a84c465357574f81dbcf4bb0fd92 ChangeLog 5863 MD5 b0b309c7dfe2c8566424e91792350f95 fftw-2.1.5-r1.ebuild 4141 -MD5 cc02248f8bcc7960fa02e050866b73b3 fftw-3.0.1-r1.ebuild 2752 +MD5 4a8f8342448809b69143f66d02e7f2d2 fftw-3.0.1-r1.ebuild 2759 MD5 7b8ca418c402f3091eeb2cefd710e739 fftw-3.0.1.ebuild 2363 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 236dda9695005c9f306fb2c55f020686 files/digest-fftw-2.1.5-r1 63 diff --git a/sci-libs/fftw/fftw-3.0.1-r1.ebuild b/sci-libs/fftw/fftw-3.0.1-r1.ebuild index b8f43ebfc591..ff1807cd0fd1 100644 --- a/sci-libs/fftw/fftw-3.0.1-r1.ebuild +++ b/sci-libs/fftw/fftw-3.0.1-r1.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-r1.ebuild,v 1.7 2005/07/01 13:09:34 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.0.1-r1.ebuild,v 1.8 2005/07/17 21:55:00 hardave Exp $ inherit flag-o-matic eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.fftw.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="3.0" -KEYWORDS="~alpha amd64 hppa ia64 ~ppc ~ppc-macos ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ~ppc ~ppc-macos ppc64 sparc ~x86" IUSE="3dnow altivec mpi sse sse2" DEPEND="virtual/libc" |