From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1389854-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id EF717158090
	for <garchives@archives.gentoo.org>; Tue, 26 Apr 2022 01:51:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EE224E07AE;
	Tue, 26 Apr 2022 01:51:29 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A1E80E07B2
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Apr 2022 01:51:28 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BDA603417A2
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Apr 2022 01:51:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D31AF3F1
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Apr 2022 01:51:25 +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: <1650937858.38576570848989e6038085f823e53b32adcb6146.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/selenium/selenium-3.141.0-r1.ebuild
X-VCS-Directories: dev-python/selenium/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 38576570848989e6038085f823e53b32adcb6146
X-VCS-Branch: master
Date: Tue, 26 Apr 2022 01:51:25 +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: a4b7e425-1ee4-4252-984b-4bb18bcb2c31
X-Archives-Hash: 6fdca6a011034f79afd2463d1f96db99

commit:     38576570848989e6038085f823e53b32adcb6146
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 01:50:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 01:50:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38576570

dev-python/selenium: Keyword 3.141.0-r1 s390, #840846

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

 dev-python/selenium/selenium-3.141.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/selenium/selenium-3.141.0-r1.ebuild b/dev-python/selenium/selenium-3.141.0-r1.ebuild
index 76ca040188e8..809ee216d395 100644
--- a/dev-python/selenium/selenium-3.141.0-r1.ebuild
+++ b/dev-python/selenium/selenium-3.141.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 			-> ${P}.gh.tar.gz
 	)"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
 LICENSE="Apache-2.0"
 SLOT="0"