diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-03 17:22:31 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-03 17:22:31 +0000 |
commit | 200069f14d6c187334ed3407576c25570d44b003 (patch) | |
tree | d4495ebd088798999832a3301e3186975a607e91 /sci-libs | |
parent | amd64/x86 stable, bug #287362 (diff) | |
download | gentoo-2-200069f14d6c187334ed3407576c25570d44b003.tar.gz gentoo-2-200069f14d6c187334ed3407576c25570d44b003.tar.bz2 gentoo-2-200069f14d6c187334ed3407576c25570d44b003.zip |
Stable on alpha, bug #285693
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 53c178af942c..b4a651530c43 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.92 2009/09/27 19:35:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.93 2009/10/03 17:22:31 klausman Exp $ + + 03 Oct 2009; Tobias Klausmann <klausman@gentoo.org> fftw-3.2.2.ebuild: + Stable on alpha, bug #285693 27 Sep 2009; nixnut <nixnut@gentoo.org> fftw-3.2.2.ebuild: ppc stable #285806 diff --git a/sci-libs/fftw/fftw-3.2.2.ebuild b/sci-libs/fftw/fftw-3.2.2.ebuild index 0d28c6e44122..45e3a40a9808 100644 --- a/sci-libs/fftw/fftw-3.2.2.ebuild +++ b/sci-libs/fftw/fftw-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.6 2009/09/27 19:35:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.7 2009/10/03 17:22:31 klausman Exp $ EAPI=2 inherit flag-o-matic eutils toolchain-funcs autotools @@ -11,7 +11,7 @@ SRC_URI="http://www.fftw.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="3.0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="altivec doc fortran openmp sse sse2 threads" pkg_setup() { |