From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1693240-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 150B81581EE for <garchives@archives.gentoo.org>; Sat, 23 Nov 2024 16:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D9D2E086F; Sat, 23 Nov 2024 16:55:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 213ABE086F for <gentoo-commits@lists.gentoo.org>; Sat, 23 Nov 2024 16:55:18 +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 07527341C4B for <gentoo-commits@lists.gentoo.org>; Sat, 23 Nov 2024 16:55:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C35111DF for <gentoo-commits@lists.gentoo.org>; Sat, 23 Nov 2024 16:55:15 +0000 (UTC) From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1732380902.3de398d47e6da5e7e111cf5958d45b81df49a90d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/selenium-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/selenium-manager/selenium-manager-4.26.0-r1.ebuild X-VCS-Directories: dev-util/selenium-manager/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3de398d47e6da5e7e111cf5958d45b81df49a90d X-VCS-Branch: master Date: Sat, 23 Nov 2024 16:55:15 +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: 59b21eed-0eea-4edb-b6a9-89f9594b056b X-Archives-Hash: da874aa069b077238649c57fb4b9ae2f commit: 3de398d47e6da5e7e111cf5958d45b81df49a90d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 23 16:55:02 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 16:55:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de398d4 dev-util/selenium-manager: Stabilize 4.26.0-r1 x86, #944522 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/selenium-manager/selenium-manager-4.26.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/selenium-manager/selenium-manager-4.26.0-r1.ebuild b/dev-util/selenium-manager/selenium-manager-4.26.0-r1.ebuild index 7aea4d5bad3f..5bcea22b84da 100644 --- a/dev-util/selenium-manager/selenium-manager-4.26.0-r1.ebuild +++ b/dev-util/selenium-manager/selenium-manager-4.26.0-r1.ebuild @@ -31,7 +31,7 @@ LICENSE="Apache-2.0" # Dependent crate licenses LICENSE+=" Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" -KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ppc64 ~riscv x86" IUSE="telemetry test" RESTRICT="!test? ( test )"