Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/
Date: Wed, 06 Jan 2021 15:17:51
Message-Id: 1609946046.82e2d17634abc457aefa2a967a9ccfff82f5a92c.grobian@gentoo
1 commit: 82e2d17634abc457aefa2a967a9ccfff82f5a92c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:14:06 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:14:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e2d176
7
8 sci-libs/fftw: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sci-libs/fftw/fftw-2.1.5-r9.ebuild | 4 ++--
14 sci-libs/fftw/fftw-3.3.8-r1.ebuild | 4 ++--
15 sci-libs/fftw/fftw-3.3.9.ebuild | 4 ++--
16 sci-libs/fftw/fftw-9999.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/sci-libs/fftw/fftw-2.1.5-r9.ebuild b/sci-libs/fftw/fftw-2.1.5-r9.ebuild
20 index d4bb1d4b067..0d4eae2fdb7 100644
21 --- a/sci-libs/fftw/fftw-2.1.5-r9.ebuild
22 +++ b/sci-libs/fftw/fftw-2.1.5-r9.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -11,7 +11,7 @@ DESCRIPTION="Fast C library for the Discrete Fourier Transform"
30 HOMEPAGE="http://www.fftw.org"
31 SRC_URI="http://www.fftw.org/${P}.tar.gz"
32
33 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
34 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
35
36 LICENSE="GPL-2+"
37 SLOT="2.1"
38
39 diff --git a/sci-libs/fftw/fftw-3.3.8-r1.ebuild b/sci-libs/fftw/fftw-3.3.8-r1.ebuild
40 index cebf3cd2360..ae84f01be61 100644
41 --- a/sci-libs/fftw/fftw-3.3.8-r1.ebuild
42 +++ b/sci-libs/fftw/fftw-3.3.8-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 +# Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -17,7 +17,7 @@ if [[ ${PV} = *9999 ]]; then
50 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
51 else
52 SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz"
53 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
54 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
55 fi
56
57 LICENSE="GPL-2+"
58
59 diff --git a/sci-libs/fftw/fftw-3.3.9.ebuild b/sci-libs/fftw/fftw-3.3.9.ebuild
60 index 3e76f1f265d..3db0c3fc13c 100644
61 --- a/sci-libs/fftw/fftw-3.3.9.ebuild
62 +++ b/sci-libs/fftw/fftw-3.3.9.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 +# Copyright 1999-2021 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]]; then
70 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
71 else
72 SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz"
73 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
74 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
75 fi
76
77 LICENSE="GPL-2+"
78
79 diff --git a/sci-libs/fftw/fftw-9999.ebuild b/sci-libs/fftw/fftw-9999.ebuild
80 index 3d5b307ce05..b0c692bdeac 100644
81 --- a/sci-libs/fftw/fftw-9999.ebuild
82 +++ b/sci-libs/fftw/fftw-9999.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 +# Copyright 1999-2021 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=7
89 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]]; then
90 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
91 else
92 SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz"
93 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
94 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
95 fi
96
97 LICENSE="GPL-2+"