commit: 26a6d1529a08d4eb0665a98dd46deff4048166cf Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Apr 25 07:08:43 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Apr 25 11:34:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a6d152
www-client/firefox: add note about standalone geckodriver on esr Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/36412 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-client/firefox/firefox-115.10.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www-client/firefox/firefox-115.10.0.ebuild b/www-client/firefox/firefox-115.10.0.ebuild index 7b837f7ffe0f..b2721b0bdb2f 100644 --- a/www-client/firefox/firefox-115.10.0.ebuild +++ b/www-client/firefox/firefox-115.10.0.ebuild @@ -1397,4 +1397,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 }
