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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20037158013 for ; Thu, 14 Nov 2024 04:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13C5E08BB; Thu, 14 Nov 2024 04:59:32 +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 862BDE08BB for ; Thu, 14 Nov 2024 04:59:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48CD0342FF5 for ; Thu, 14 Nov 2024 04:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB6821F45 for ; Thu, 14 Nov 2024 04:59:28 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1731560257.711f8be90867a662090a404d76d3379353a7d302.jsmolic@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.25.0.ebuild X-VCS-Directories: dev-ruby/selenium-webdriver/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 711f8be90867a662090a404d76d3379353a7d302 X-VCS-Branch: master Date: Thu, 14 Nov 2024 04:59:28 +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: 24b39702-c7df-4470-92cf-2b310510db87 X-Archives-Hash: 25deb906d2b49f2e3b1849e793e2960b commit: 711f8be90867a662090a404d76d3379353a7d302 Author: Jakov Smolić gentoo org> AuthorDate: Thu Nov 14 04:57:37 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Nov 14 04:57:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711f8be9 dev-ruby/selenium-webdriver: Stabilize 4.25.0 amd64, #943458 Signed-off-by: Jakov Smolić gentoo.org> dev-ruby/selenium-webdriver/selenium-webdriver-4.25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.25.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-4.25.0.ebuild index da1af878d1e7..88a3a746f2ab 100644 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.25.0.ebuild +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-4.25.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/seleniumhq/selenium" LICENSE="Apache-2.0" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc64 ~riscv ~x86" RDEPEND=" >=dev-util/selenium-manager-$(ver_cut 1-2)"