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.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 5DB65158086 for ; Sun, 19 Dec 2021 12:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 148F52BC007; Sun, 19 Dec 2021 12:36:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 90B7D2BC005 for ; Sun, 19 Dec 2021 12:36:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 6E3EA343009 for ; Sun, 19 Dec 2021 12:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 046EF250 for ; Sun, 19 Dec 2021 12:36:30 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1639917320.838b9da7810e872a6e1aa6565b2dcc944f18e37a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/selenium-webdriver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild X-VCS-Directories: dev-ruby/selenium-webdriver/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 838b9da7810e872a6e1aa6565b2dcc944f18e37a X-VCS-Branch: master Date: Sun, 19 Dec 2021 12:36:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3be5e69-b956-4ecd-b30c-228774964c85 X-Archives-Hash: 68fd30daa181f6db5dcb8cb69961754b commit: 838b9da7810e872a6e1aa6565b2dcc944f18e37a Author: Yixun Lan gentoo org> AuthorDate: Sun Dec 19 12:30:45 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Dec 19 12:35:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838b9da7 dev-ruby/selenium-webdriver: keyword ~riscv Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild index 48a9afa6621d..14dd5338589a 100644 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild @@ -28,7 +28,7 @@ HOMEPAGE="https://github.com/seleniumhq/selenium" LICENSE="Apache-2.0" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/childprocess-0.5:2