From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D3BBB1581EE for ; Mon, 24 Mar 2025 07:26:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C2B72343277 for ; Mon, 24 Mar 2025 07:26:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 030341104AD; Mon, 24 Mar 2025 07:26:18 +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 bobolink.gentoo.org (Postfix) with ESMTPS id F1F121104AD for ; Mon, 24 Mar 2025 07:26:17 +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 ACC4134324A for ; Mon, 24 Mar 2025 07:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EC31283B for ; Mon, 24 Mar 2025 07:26:16 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1742801161.ee0f77f5a54a881a0f54585ffb101c9844c40a1a.graaff@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.28.0.ebuild X-VCS-Directories: dev-ruby/selenium-webdriver/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ee0f77f5a54a881a0f54585ffb101c9844c40a1a X-VCS-Branch: master Date: Mon, 24 Mar 2025 07:26:16 +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: 1c266527-382c-4dea-b042-33903f83fce7 X-Archives-Hash: fedbc0d4d342e66d4f2527a32b24d27b commit: ee0f77f5a54a881a0f54585ffb101c9844c40a1a Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 24 07:25:42 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 24 07:26:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0f77f5 dev-ruby/selenium-webdriver: stabilize 4.28.0 for amd64 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/selenium-webdriver/selenium-webdriver-4.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.28.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-4.28.0.ebuild index 6cf768a1c201..407086d56493 100644 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.28.0.ebuild +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-4.28.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/seleniumhq/selenium" LICENSE="Apache-2.0" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=" >=dev-util/selenium-manager-$(ver_cut 1-2)"