diff options
-rw-r--r-- | sci-libs/fftw/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-2.1.5-r8.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-3.3.4.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 78e4bb6f5f71..9c53d7709951 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/fftw # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.172 2015/02/28 14:13:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.173 2015/06/26 14:43:16 radhermit Exp $ + + 26 Jun 2015; Tim Harder <radhermit@gentoo.org> fftw-2.1.5-r8.ebuild, + fftw-3.3.4.ebuild: + Fix LICENSE, it's actually GPL-2 or later. 28 Feb 2015; Justin Lecher <jlec@gentoo.org> -fftw-3.3.3-r2.ebuild: Drop old diff --git a/sci-libs/fftw/fftw-2.1.5-r8.ebuild b/sci-libs/fftw/fftw-2.1.5-r8.ebuild index 79bf5c85f612..ed542fb8ad55 100644 --- a/sci-libs/fftw/fftw-2.1.5-r8.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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-r8.ebuild,v 1.18 2014/08/28 15:44:22 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.19 2015/06/26 14:43:16 radhermit Exp $ EAPI=4 @@ -16,7 +16,7 @@ DEPEND="mpi? ( virtual/mpi )" RDEPEND="${DEPEND}" SLOT="2.1" -LICENSE="GPL-2" +LICENSE="GPL-2+" IUSE="doc float fortran mpi openmp threads static-libs" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" diff --git a/sci-libs/fftw/fftw-3.3.4.ebuild b/sci-libs/fftw/fftw-3.3.4.ebuild index f73edd4766c5..2e712ff5c317 100644 --- a/sci-libs/fftw/fftw-3.3.4.ebuild +++ b/sci-libs/fftw/fftw-3.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.15 2015/02/28 13:57:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.16 2015/06/26 14:43:16 radhermit Exp $ EAPI=5 @@ -21,7 +21,7 @@ else KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="3.0/3" IUSE="altivec cpu_flags_x86_avx doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran mpi neon openmp quad cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test threads zbus" |