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 2AD77158083 for ; Mon, 16 Sep 2024 13:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 189F0E29B1; Mon, 16 Sep 2024 13:09: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0FF7E29B0 for ; Mon, 16 Sep 2024 13:09:31 +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 E5497342FA3 for ; Mon, 16 Sep 2024 13:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A9BA1EF4 for ; Mon, 16 Sep 2024 13:09:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1726492119.305dfac5c7d86ee059847031a0e035d3aa634637.juippis@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.24.0.ebuild X-VCS-Directories: dev-util/selenium-manager/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 305dfac5c7d86ee059847031a0e035d3aa634637 X-VCS-Branch: master Date: Mon, 16 Sep 2024 13:09:29 +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: fb7160f4-e37c-43ec-b5d4-a54f85cffce6 X-Archives-Hash: aede8e0b810b1c3fa2cfdfd96f2122be commit: 305dfac5c7d86ee059847031a0e035d3aa634637 Author: Joonas Niilola gentoo org> AuthorDate: Mon Sep 16 13:08:39 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Sep 16 13:08:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305dfac5 dev-util/selenium-manager: Stabilize 4.24.0 amd64, #939634 Signed-off-by: Joonas Niilola gentoo.org> dev-util/selenium-manager/selenium-manager-4.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/selenium-manager/selenium-manager-4.24.0.ebuild b/dev-util/selenium-manager/selenium-manager-4.24.0.ebuild index 88ab19a1e5fc..dd585ba85dda 100644 --- a/dev-util/selenium-manager/selenium-manager-4.24.0.ebuild +++ b/dev-util/selenium-manager/selenium-manager-4.24.0.ebuild @@ -30,7 +30,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 )"