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 C737A1581C1 for ; Tue, 9 Jul 2024 07:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13E902BC03E; Tue, 9 Jul 2024 07:05:01 +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 E0B412BC03E for ; Tue, 9 Jul 2024 07:05:00 +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 1CD13342FB5 for ; Tue, 9 Jul 2024 07:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 652791DCE for ; Tue, 9 Jul 2024 07:04:58 +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: <1720508696.d193003c7e662cf8da84be6ac4d844b92f74b865.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/geckodriver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/geckodriver/geckodriver-0.34.0.ebuild X-VCS-Directories: net-misc/geckodriver/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d193003c7e662cf8da84be6ac4d844b92f74b865 X-VCS-Branch: master Date: Tue, 9 Jul 2024 07:04:58 +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: 9d93b217-00f8-4f7a-b8a6-94e2a1090107 X-Archives-Hash: 417166c9ee2e8b1cfeda7a830666f742 commit: d193003c7e662cf8da84be6ac4d844b92f74b865 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jul 9 07:03:40 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jul 9 07:04:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d193003c net-misc/geckodriver: geckodriver use flag is disabled in firefox-128 Signed-off-by: Joonas Niilola gentoo.org> net-misc/geckodriver/geckodriver-0.34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/geckodriver/geckodriver-0.34.0.ebuild b/net-misc/geckodriver/geckodriver-0.34.0.ebuild index f06e338bad60..c677d93e4526 100644 --- a/net-misc/geckodriver/geckodriver-0.34.0.ebuild +++ b/net-misc/geckodriver/geckodriver-0.34.0.ebuild @@ -204,7 +204,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="unchained" -RDEPEND="!www-client/firefox[geckodriver]" +RDEPEND="!www-client/firefox[geckodriver(-)]" pkg_setup() { QA_FLAGS_IGNORED="/usr/$(get_libdir)/firefox/geckodriver"