From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-832717-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 766AC1384C3 for <garchives@archives.gentoo.org>; Sat, 5 Sep 2015 19:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB6B142C4; Sat, 5 Sep 2015 19:52:14 +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 BCD6F142C3 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Sep 2015 19:52:13 +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 A384C3406AA for <gentoo-commits@lists.gentoo.org>; Sat, 5 Sep 2015 19:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53DCF182 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Sep 2015 19:52:10 +0000 (UTC) From: "Patrice Clement" <monsieurp@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, "Patrice Clement" <monsieurp@gentoo.org> Message-ID: <1441482695.995c12d646358b8bca2ece91bbd8f7742fd8c7b6.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema/jsonschema-2.5.1.ebuild X-VCS-Directories: dev-python/jsonschema/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 995c12d646358b8bca2ece91bbd8f7742fd8c7b6 X-VCS-Branch: master Date: Sat, 5 Sep 2015 19:52:10 +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: 9189e21d-87d1-4be1-bc6d-802d9e1dfa84 X-Archives-Hash: 42b08817cd30d8812b7473b908c42b1d commit: 995c12d646358b8bca2ece91bbd8f7742fd8c7b6 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 19:50:26 2015 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Sep 5 19:51:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995c12d6 dev-python/jsonschema: Keyword for ppc+ppc. Fixes bug 559404. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-python/jsonschema/jsonschema-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonschema/jsonschema-2.5.1.ebuild b/dev-python/jsonschema/jsonschema-2.5.1.ebuild index a5862d3..5dfd1b0 100644 --- a/dev-python/jsonschema/jsonschema-2.5.1.ebuild +++ b/dev-python/jsonschema/jsonschema-2.5.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="