Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/
Date: Thu, 19 Oct 2017 05:00:18
Message-Id: 1508389145.a8ee2201882d1e204bbcaaacd93486acf0ada606.maekke@gentoo
1 commit: a8ee2201882d1e204bbcaaacd93486acf0ada606
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 04:59:05 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 04:59:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ee2201
7
8 sci-libs/fftw: arm stable, bug #631770
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 RepoMan-Options: --include-arches="arm"
12
13 sci-libs/fftw/fftw-3.3.6_p2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/fftw/fftw-3.3.6_p2.ebuild b/sci-libs/fftw/fftw-3.3.6_p2.ebuild
17 index df20a22aee4..35d91fe43ac 100644
18 --- a/sci-libs/fftw/fftw-3.3.6_p2.ebuild
19 +++ b/sci-libs/fftw/fftw-3.3.6_p2.ebuild
20 @@ -17,7 +17,7 @@ if [[ ${PV} = *9999 ]]; then
21 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
22 else
23 SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz"
24 - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 fi
27
28 LICENSE="GPL-2+"