Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/
Date: Mon, 29 Aug 2016 21:23:01
Message-Id: 1472505768.797b54ace17be65a88dbba7253a2bd03f0cf792e.ottxor@gentoo
1 commit: 797b54ace17be65a88dbba7253a2bd03f0cf792e
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 21:11:33 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 21:22:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797b54ac
7
8 sci-libs/fftw: re-add keywords for multilib ebuild
9
10 Package-Manager: portage-2.2.28
11
12 sci-libs/fftw/fftw-3.3.5-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/fftw/fftw-3.3.5-r2.ebuild b/sci-libs/fftw/fftw-3.3.5-r2.ebuild
16 index 43c316e..e577bdc 100644
17 --- a/sci-libs/fftw/fftw-3.3.5-r2.ebuild
18 +++ b/sci-libs/fftw/fftw-3.3.5-r2.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} = *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git"
21 else
22 SRC_URI="http://www.fftw.org/${P}.tar.gz"
23 - KEYWORDS=""
24 + KEYWORDS="~alpha ~ia64 ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 fi
26
27 LICENSE="GPL-2+"