From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F75E58973 for ; Tue, 19 Jan 2016 14:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFAC621C08D; Tue, 19 Jan 2016 14:21:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57EFF21C08D for ; Tue, 19 Jan 2016 14:21:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B3373408C5 for ; Tue, 19 Jan 2016 14:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D78FCB3 for ; Tue, 19 Jan 2016 14:21:41 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1453213219.0bf89cf279fe05fd2b40e8d669dd804a1c227edf.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calcurse/calcurse-4.0.0.ebuild X-VCS-Directories: app-office/calcurse/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0bf89cf279fe05fd2b40e8d669dd804a1c227edf X-VCS-Branch: master Date: Tue, 19 Jan 2016 14:21:41 +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: 1ad96951-70f2-407b-ae25-1915a85985d8 X-Archives-Hash: 58ed568c74a0e65e390894fc379231de commit: 0bf89cf279fe05fd2b40e8d669dd804a1c227edf Author: Patrice Clement gentoo org> AuthorDate: Tue Jan 19 14:19:07 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Jan 19 14:20:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf89cf2 app-office/calcurse: Keyword for PPC/PPC64 platforms. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement gentoo.org> app-office/calcurse/calcurse-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/calcurse/calcurse-4.0.0.ebuild b/app-office/calcurse/calcurse-4.0.0.ebuild index 2d883c0..1b10faf 100644 --- a/app-office/calcurse/calcurse-4.0.0.ebuild +++ b/app-office/calcurse/calcurse-4.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~ppc ~ppc64" RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND}"