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 1957B158089 for ; Sun, 3 Sep 2023 06:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BF9C2BC014; Sun, 3 Sep 2023 06:34:35 +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 3ADA22BC014 for ; Sun, 3 Sep 2023 06:34:35 +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 1D8C3335CEF for ; Sun, 3 Sep 2023 06:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4AD01109 for ; Sun, 3 Sep 2023 06:34:32 +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: <1693722860.860541f830aa59bf48a0bc679bc803551d9b96cd.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/wd40/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/wd40/package.mask profiles/features/wd40/package.use.mask X-VCS-Directories: profiles/features/wd40/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 860541f830aa59bf48a0bc679bc803551d9b96cd X-VCS-Branch: master Date: Sun, 3 Sep 2023 06:34:32 +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: 45886d08-c359-44f1-9c28-ed70e0e8fd26 X-Archives-Hash: 7636c8ce85dbc029c4fe4e381fb4e5a6 commit: 860541f830aa59bf48a0bc679bc803551d9b96cd Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 3 06:33:32 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 3 06:34:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860541f8 profiles/features/wd40: mask selenium-manager/webdriver Bug: https://bugs.gentoo.org/912999 Signed-off-by: Hans de Graaff gentoo.org> profiles/features/wd40/package.mask | 2 ++ profiles/features/wd40/package.use.mask | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 4520553f6192..64c9077be97a 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -85,11 +85,13 @@ dev-python/trio-websocket dev-python/twine dev-python/watchfiles dev-python/wcmatch +dev-ruby/selenium-webdriver dev-util/buildbot-worker dev-util/cargo-c dev-util/cbindgen dev-util/git-delta dev-util/maturin +dev-util/selenium-manager dev-util/tree-sitter-cli >=dev-vcs/stgit-2 >=games-board/gnome-mahjongg-3.40.0 diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index 2ed7b7566f7d..25ae31f6a280 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Hans de Graaff (2023-09-03) +# selenium-webdriver is needed for these tests but that requires +# selenium-manager which requires rust (#912999) +dev-ruby/actionpack test +dev-ruby/capybara test + # Alfred Wingate (2023-07-22) # SSO feature in ZeroTier requires rust. net-misc/zerotier sso