commit: 8b8f8faf4cbbb81807ed709186c5cf0573169a99
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 18:47:37 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 18:47:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8f8faf
www-client/firefox: remove pre-built binaries
Suggested-by: Jory Pratt <anarchy <AT> gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-75.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www-client/firefox/firefox-75.0.ebuild
b/www-client/firefox/firefox-75.0.ebuild
index 0468755a92c..7da7f21dad0 100644
--- a/www-client/firefox/firefox-75.0.ebuild
+++ b/www-client/firefox/firefox-75.0.ebuild
@@ -325,6 +325,9 @@ src_prepare() {
# Allow user to apply any additional patches without modifing ebuild
eapply_user
+ einfo "Removing pre-built binaries ..."
+ find "${S}"/third_party -type f \( -name '*.so' -o -name '*.o' \)
-print -delete || die
+
# Enable gnomebreakpad
if use debug ; then
sed -i -e
"s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \