summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-02-24 23:23:22 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-02-24 23:35:15 +0100
commit47a362ddc3ffcc525db270448c2cccd23d216111 (patch)
tree5978b263c0c6cc6f63141160fba19cc7fe3b1da7
parentwww-client/firefox: avoid build failure caused by set XDG_CACHE_HOME (diff)
downloadgentoo-47a362dd.tar.gz
gentoo-47a362dd.tar.bz2
gentoo-47a362dd.zip
www-client/firefox: call default src_unpack()
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--www-client/firefox/firefox-68.5.0.ebuild2
-rw-r--r--www-client/firefox/firefox-73.0.1.ebuild2
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 5b6773e66a40..bceb3a0c22ac 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 e91d169c5b6d..ec9af7413fa0 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