Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Mon, 24 Feb 2020 22:36:05
Message-Id: 1582583715.47a362ddc3ffcc525db270448c2cccd23d216111.whissi@gentoo
1 commit: 47a362ddc3ffcc525db270448c2cccd23d216111
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 22:23:22 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 22:35:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a362dd
7
8 www-client/firefox: call default src_unpack()
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 www-client/firefox/firefox-68.5.0.ebuild | 2 +-
13 www-client/firefox/firefox-73.0.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-68.5.0.ebuild b/www-client/firefox/firefox-68.5.0.ebuild
17 index 5b6773e66a4..bceb3a0c22a 100644
18 --- a/www-client/firefox/firefox-68.5.0.ebuild
19 +++ b/www-client/firefox/firefox-68.5.0.ebuild
20 @@ -256,7 +256,7 @@ pkg_pretend() {
21 }
22
23 src_unpack() {
24 - unpack ${A}
25 + default
26
27 # Unpack language packs
28 mozlinguas_src_unpack
29
30 diff --git a/www-client/firefox/firefox-73.0.1.ebuild b/www-client/firefox/firefox-73.0.1.ebuild
31 index e91d169c5b6..ec9af7413fa 100644
32 --- a/www-client/firefox/firefox-73.0.1.ebuild
33 +++ b/www-client/firefox/firefox-73.0.1.ebuild
34 @@ -248,7 +248,7 @@ pkg_pretend() {
35 }
36
37 src_unpack() {
38 - unpack ${A}
39 + default
40
41 # Unpack language packs
42 mozlinguas_src_unpack