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 43D4E139695 for ; Fri, 24 Feb 2017 09:47:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D84DE0D5C; Fri, 24 Feb 2017 09:47:22 +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 06038E0D5C for ; Fri, 24 Feb 2017 09:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A24C3341815 for ; Fri, 24 Feb 2017 09:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1164952CF for ; Fri, 24 Feb 2017 09:47:19 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487929628.a25ced7b1627b3a94d73a968130c40bd085d4ccd.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gnokii/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild X-VCS-Directories: app-mobilephone/gnokii/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: a25ced7b1627b3a94d73a968130c40bd085d4ccd X-VCS-Branch: master Date: Fri, 24 Feb 2017 09:47:19 +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: 7a82eb1e-d3d8-4262-953a-2e0e064c8f99 X-Archives-Hash: f52f731350928780804a0f941624739a commit: a25ced7b1627b3a94d73a968130c40bd085d4ccd Author: Michael Weber gentoo org> AuthorDate: Fri Feb 24 09:36:41 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Feb 24 09:47:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25ced7b app-mobilephone/gnokii: ppc64 stable (bug 609060). Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild index f8daa1f9ef..2d73857bd5 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild @@ -14,7 +14,7 @@ if [[ $PV == *9999 ]]; then inherit git-r3 else SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2" - KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi DESCRIPTION="User space driver and tools for use with mobile phones"