From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3331A139083 for ; Mon, 25 Dec 2017 00:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8684FE0EDD; Mon, 25 Dec 2017 00:44:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 616B7E0EDD for ; Mon, 25 Dec 2017 00:44:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F849341236 for ; Mon, 25 Dec 2017 00:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E56EAE9C for ; Sun, 24 Dec 2017 08:49:14 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1514105279.eacb3aa36ce7c91ea51d6f17ea72060e29c2946e.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/fftw/fftw-2.1.5-r9.ebuild X-VCS-Directories: sci-libs/fftw/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: eacb3aa36ce7c91ea51d6f17ea72060e29c2946e X-VCS-Branch: master Date: Sun, 24 Dec 2017 08:49:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ff4305c-3941-409a-acf8-42c17fb89eb9 X-Archives-Hash: e9113d1e7d785a8b4546e767e1bbb8f1 commit: eacb3aa36ce7c91ea51d6f17ea72060e29c2946e Author: Markus Meier gentoo org> AuthorDate: Sun Dec 24 08:47:59 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Dec 24 08:47:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacb3aa3 sci-libs/fftw: add ~arm64, bug #624098 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm64" sci-libs/fftw/fftw-2.1.5-r9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/fftw/fftw-2.1.5-r9.ebuild b/sci-libs/fftw/fftw-2.1.5-r9.ebuild index 75696fb361b..f31547f583e 100644 --- a/sci-libs/fftw/fftw-2.1.5-r9.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r9.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Fast C library for the Discrete Fourier Transform" HOMEPAGE="http://www.fftw.org" SRC_URI="http://www.fftw.org/${P}.tar.gz" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" LICENSE="GPL-2+" SLOT="2.1"