Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/
Date: Sat, 01 Aug 2020 08:53:29
Message-Id: 1596271555.782c31079c20cb2f80264b4125311e981fb2b226.slyfox@gentoo
1 commit: 782c31079c20cb2f80264b4125311e981fb2b226
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 08:45:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 08:45:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782c3107
7
8 sci-libs/fftw: stable 3.3.8-r1 for ppc
9
10 stable wrt bug #733576
11
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sci-libs/fftw/fftw-3.3.8-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sci-libs/fftw/fftw-3.3.8-r1.ebuild b/sci-libs/fftw/fftw-3.3.8-r1.ebuild
20 index fa52ef3aa6b..ba524271d35 100644
21 --- a/sci-libs/fftw/fftw-3.3.8-r1.ebuild
22 +++ b/sci-libs/fftw/fftw-3.3.8-r1.ebuild
23 @@ -17,7 +17,7 @@ if [[ ${PV} = *9999 ]]; then
24 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
25 else
26 SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz"
27 - KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
28 + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
29 fi
30
31 LICENSE="GPL-2+"