From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-934046-garchives=archives.gentoo.org@lists.gentoo.org>
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 D8326139695
	for <garchives@archives.gentoo.org>; Fri, 24 Feb 2017 00:13:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D3D32E0CBA;
	Fri, 24 Feb 2017 00:13:56 +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 AFF9DE0CBA
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Feb 2017 00:13:56 +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 756CE3416DB
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Feb 2017 00:13:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 12DDC525F
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Feb 2017 00:13:54 +0000 (UTC)
From: "Michael Weber" <xmw@gentoo.org>
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" <xmw@gentoo.org>
Message-ID: <1487895213.8571b08d5b3ca2e6bcc19ff631540ddc6eee040e.xmw@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PerlIO-utf8_strict/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild
X-VCS-Directories: dev-perl/PerlIO-utf8_strict/
X-VCS-Committer: xmw
X-VCS-Committer-Name: Michael Weber
X-VCS-Revision: 8571b08d5b3ca2e6bcc19ff631540ddc6eee040e
X-VCS-Branch: master
Date: Fri, 24 Feb 2017 00:13:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 94e292c0-811c-4050-913d-bfbef1b284b8
X-Archives-Hash: 734516879343140d823d7a323e26d508

commit:     8571b08d5b3ca2e6bcc19ff631540ddc6eee040e
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 23:35:51 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 00:13:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8571b08d

dev-perl/PerlIO-utf8_strict: add ~ppc keyword (bug 603078).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild
index 0eb3c21be1..faa897b341 100644
--- a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild
+++ b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Fast and correct UTF-8 IO"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
 IUSE="test"
 # r: strict, warnings -> perl
 RDEPEND="