From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1230646-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 DD33E13835A
	for <garchives@archives.gentoo.org>; Sun, 13 Dec 2020 01:06:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 251EEE0AC9;
	Sun, 13 Dec 2020 01:06:15 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 093CEE0AC7
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Dec 2020 01:06:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0B083340DD4
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Dec 2020 01:06:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6187550
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Dec 2020 01:06:11 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1607821567.909741a7ca8e82a6bcfcfc90ce92693fab811fb1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpointer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild
X-VCS-Directories: dev-python/jsonpointer/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 909741a7ca8e82a6bcfcfc90ce92693fab811fb1
X-VCS-Branch: master
Date: Sun, 13 Dec 2020 01:06:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 54b463f5-2ff9-447b-ac9c-2bda9027babf
X-Archives-Hash: 90201044bff48ea2e239fe321291fd2b

commit:     909741a7ca8e82a6bcfcfc90ce92693fab811fb1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 01:04:12 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 01:06:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909741a7

dev-python/jsonpointer: Keyword 2.0-r1 s390, #715120

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild b/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild
index 30330a213fc..3c939dd2280 100644
--- a/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild
+++ b/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 python_test() {
 	"${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"