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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20082138350 for ; Wed, 11 Mar 2020 21:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DDBCE0BAC; Wed, 11 Mar 2020 21:47:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08235E0BAC for ; Wed, 11 Mar 2020 21:47:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D391034F16A for ; Wed, 11 Mar 2020 21:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA38176 for ; Wed, 11 Mar 2020 21:47:28 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1583963231.a900c09b5156f2dcaf64a2af14e0777fa086372e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-68.6.0-r1.ebuild www-client/firefox/firefox-68.6.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a900c09b5156f2dcaf64a2af14e0777fa086372e X-VCS-Branch: master Date: Wed, 11 Mar 2020 21:47:28 +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: 11930be1-4602-4213-95ac-c0d710abcef4 X-Archives-Hash: dad112e4c7b17143af39f1859eea98f0 commit: a900c09b5156f2dcaf64a2af14e0777fa086372e Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Mar 11 21:44:44 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Mar 11 21:47:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a900c09b www-client/firefox: fix localization also in ESR Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann gentoo.org> www-client/firefox/{firefox-68.6.0.ebuild => firefox-68.6.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-68.6.0.ebuild b/www-client/firefox/firefox-68.6.0-r1.ebuild similarity index 99% rename from www-client/firefox/firefox-68.6.0.ebuild rename to www-client/firefox/firefox-68.6.0-r1.ebuild index 1a4db85161c..66bbb902e6e 100644 --- a/www-client/firefox/firefox-68.6.0.ebuild +++ b/www-client/firefox/firefox-68.6.0-r1.ebuild @@ -675,7 +675,7 @@ src_install() { fi # Install language packs - MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install + MOZEXTENSION_TARGET="distribution/extensions" MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install local size sizes icon_path icon name if use bindist ; then