commit:     47a362ddc3ffcc525db270448c2cccd23d216111
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 22:23:22 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 22:35:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a362dd

www-client/firefox: call default src_unpack()

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/firefox-68.5.0.ebuild | 2 +-
 www-client/firefox/firefox-73.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/firefox-68.5.0.ebuild 
b/www-client/firefox/firefox-68.5.0.ebuild
index 5b6773e66a4..bceb3a0c22a 100644
--- a/www-client/firefox/firefox-68.5.0.ebuild
+++ b/www-client/firefox/firefox-68.5.0.ebuild
@@ -256,7 +256,7 @@ pkg_pretend() {
 }
 
 src_unpack() {
-       unpack ${A}
+       default
 
        # Unpack language packs
        mozlinguas_src_unpack

diff --git a/www-client/firefox/firefox-73.0.1.ebuild 
b/www-client/firefox/firefox-73.0.1.ebuild
index e91d169c5b6..ec9af7413fa 100644
--- a/www-client/firefox/firefox-73.0.1.ebuild
+++ b/www-client/firefox/firefox-73.0.1.ebuild
@@ -248,7 +248,7 @@ pkg_pretend() {
 }
 
 src_unpack() {
-       unpack ${A}
+       default
 
        # Unpack language packs
        mozlinguas_src_unpack

Reply via email to