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 0F353138330 for ; Mon, 29 Aug 2016 21:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CF88E0A69; Mon, 29 Aug 2016 21:23:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B28B3E0A61 for ; Mon, 29 Aug 2016 21:22:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB0843408CF for ; Mon, 29 Aug 2016 21:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC5F2468 for ; Mon, 29 Aug 2016 21:22:55 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1472505768.797b54ace17be65a88dbba7253a2bd03f0cf792e.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/fftw/fftw-3.3.5-r2.ebuild X-VCS-Directories: sci-libs/fftw/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 797b54ace17be65a88dbba7253a2bd03f0cf792e X-VCS-Branch: master Date: Mon, 29 Aug 2016 21:22:55 +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: cce526d0-2e35-41d9-a672-3edb0769eb4d X-Archives-Hash: f5a2e6d7a4e8fcc173da558be27d8f4d commit: 797b54ace17be65a88dbba7253a2bd03f0cf792e Author: Christoph Junghans gentoo org> AuthorDate: Mon Aug 29 21:11:33 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Aug 29 21:22:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797b54ac sci-libs/fftw: re-add keywords for multilib ebuild Package-Manager: portage-2.2.28 sci-libs/fftw/fftw-3.3.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/fftw/fftw-3.3.5-r2.ebuild b/sci-libs/fftw/fftw-3.3.5-r2.ebuild index 43c316e..e577bdc 100644 --- a/sci-libs/fftw/fftw-3.3.5-r2.ebuild +++ b/sci-libs/fftw/fftw-3.3.5-r2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://github.com/FFTW/fftw3.git" else SRC_URI="http://www.fftw.org/${P}.tar.gz" - KEYWORDS="" + KEYWORDS="~alpha ~ia64 ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-2+"