Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/
Date: Sun, 14 Apr 2019 14:37:53
Message-Id: 1555252437.5f0c9ac63519fc51748b04d0d933aef84317bef2.bman@gentoo
1 commit: 5f0c9ac63519fc51748b04d0d933aef84317bef2
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 14:33:57 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 14:33:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0c9ac6
7
8 sci-libs/fftw: arm64 stable (bug #641648)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sci-libs/fftw/fftw-3.3.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/fftw/fftw-3.3.8.ebuild b/sci-libs/fftw/fftw-3.3.8.ebuild
17 index 47b31f4171e..d345f5d141f 100644
18 --- a/sci-libs/fftw/fftw-3.3.8.ebuild
19 +++ b/sci-libs/fftw/fftw-3.3.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -17,7 +17,7 @@ if [[ ${PV} = *9999 ]]; then
27 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
28 else
29 SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
31 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
32 fi
33
34 LICENSE="GPL-2+"