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 9C4911581E7 for ; Thu, 25 Apr 2024 11:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF248E29B8; Thu, 25 Apr 2024 11:37:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72CC4E29B8 for ; Thu, 25 Apr 2024 11:37:14 +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 8D4F1343182 for ; Thu, 25 Apr 2024 11:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB070174A for ; Thu, 25 Apr 2024 11:37:11 +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: <1714044875.aee700f89b6b7a753f5f8b659c62d0c85fa7156f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-125.0.2.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: aee700f89b6b7a753f5f8b659c62d0c85fa7156f X-VCS-Branch: master Date: Thu, 25 Apr 2024 11:37:11 +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: 213a6daa-c0ce-49c2-a58e-ef1972654d87 X-Archives-Hash: 67c9d053eff1d44933f355c63f984758 commit: aee700f89b6b7a753f5f8b659c62d0c85fa7156f Author: Joonas Niilola gentoo org> AuthorDate: Thu Apr 25 07:07:48 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 25 11:34:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee700f8 www-client/firefox: add note about standalone geckodriver on rapid Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-125.0.2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www-client/firefox/firefox-125.0.2.ebuild b/www-client/firefox/firefox-125.0.2.ebuild index f3f0bcb2fde6..86caf122eb6f 100644 --- a/www-client/firefox/firefox-125.0.2.ebuild +++ b/www-client/firefox/firefox-125.0.2.ebuild @@ -1416,4 +1416,10 @@ pkg_postinst() { elog "See Gentoo bug #910309 or upstream bug #1843683." elog fi + + if use geckodriver ; then + ewarn "You have enabled the 'geckodriver' USE flag. Geckodriver is now" + ewarn "packaged separately as net-misc/geckodriver and the use flag will be" + ewarn "dropped from main Firefox package by Firefox 128.0 release." + fi }