diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-28 18:30:48 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-28 18:30:48 +0000 |
commit | f9e006cb0bd596b0fb2d52e3b5eb95c507a51c27 (patch) | |
tree | 17f98c773bfdd678cf3d9dc04a5f675607626aab /sci-libs/fftw | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #306343 (diff) | |
download | gentoo-2-f9e006cb0bd596b0fb2d52e3b5eb95c507a51c27.tar.gz gentoo-2-f9e006cb0bd596b0fb2d52e3b5eb95c507a51c27.tar.bz2 gentoo-2-f9e006cb0bd596b0fb2d52e3b5eb95c507a51c27.zip |
Keyworded for ~amd64-linux
(Portage version: 2.2.00.15754-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-2.1.5-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 1f41aefe5b9c..861eb2cfd234 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.98 2010/03/26 15:39:54 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.99 2010/03/28 18:30:48 jlec Exp $ + + 28 Mar 2010; Justin Lecher <justin@gentoo.org> fftw-2.1.5-r5.ebuild: + Keyworded for ~amd64-linux 26 Mar 2010; Jeremy Olexa <darkside@gentoo.org> fftw-2.1.5-r5.ebuild: Add ~x86-linux to fftw-2.1.5-r5, tested in bug 311379 diff --git a/sci-libs/fftw/fftw-2.1.5-r5.ebuild b/sci-libs/fftw/fftw-2.1.5-r5.ebuild index 7bd0434afc06..727fcee734dc 100644 --- a/sci-libs/fftw/fftw-2.1.5-r5.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v 1.14 2010/03/26 15:39:54 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v 1.15 2010/03/28 18:30:48 jlec Exp $ inherit eutils flag-o-matic autotools toolchain-funcs @@ -15,7 +15,7 @@ SLOT="2.1" LICENSE="GPL-2" IUSE="doc float fortran mpi openmp threads" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" pkg_setup() { # this one is reported to cause trouble on pentium4 m series |