commit: b341a195fcc6a0ae5a9a64190c0227e3a081e1b3 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Oct 26 08:57:48 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 26 09:00:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b341a195
www-client/firefox-bin: remove gconf from pkg_postinst Closes: https://bugs.gentoo.org/873865 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-client/firefox-bin/firefox-bin-102.4.0.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/www-client/firefox-bin/firefox-bin-102.4.0.ebuild b/www-client/firefox-bin/firefox-bin-102.4.0.ebuild index bb82a0394acc..6956c066f193 100644 --- a/www-client/firefox-bin/firefox-bin-102.4.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-102.4.0.ebuild @@ -318,14 +318,6 @@ pkg_postinst() { elog fi - if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' \ - || ! has_version 'net-misc/curl'; then - einfo - einfo "For using the crashreporter, you need gnome-base/gconf," - einfo "gnome-base/orbit and net-misc/curl emerged." - einfo - fi - use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" local show_doh_information show_normandy_information show_shortcut_information
