summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2018-09-07 19:11:43 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-07 19:15:31 +0200
commit52716463ca346792b17cb994b9cf77639def040d (patch)
tree10628006cad8c4871baf825c04a42b5166176cf8 /www-client/firefox
parentwww-client/firefox: disable built-in ccache support (diff)
downloadgentoo-52716463ca346792b17cb994b9cf77639def040d.tar.gz
gentoo-52716463ca346792b17cb994b9cf77639def040d.tar.bz2
gentoo-52716463ca346792b17cb994b9cf77639def040d.zip
www-client/firefox: install language packs as XPI file
Unpacked extensions are no longer supported. [Link 1] Link 1: https://blog.mozilla.org/addons/2018/02/22/removing-support-unpacked-extensions/ Closes: https://bugs.gentoo.org/665352 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-62.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-62.0-r1.ebuild b/www-client/firefox/firefox-62.0-r1.ebuild
index bebe61b439c5..6f2ad021ba7d 100644
--- a/www-client/firefox/firefox-62.0-r1.ebuild
+++ b/www-client/firefox/firefox-62.0-r1.ebuild
@@ -439,7 +439,7 @@ src_install() {
DESTDIR="${D}" ./mach install
# Install language packs
- mozlinguas_src_install
+ MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install
local size sizes icon_path icon name
if use bindist; then