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: Thu, 01 Oct 2020 11:43:26
Message-Id: 1601552593.da181b84188759b70a20f1f22e5392fa2c8daf54.whissi@gentoo
1 commit: da181b84188759b70a20f1f22e5392fa2c8daf54
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 11:42:25 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 11:43:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da181b84
7
8 www-client/firefox: add missing BDEPEND on app-arch/zip
9
10 Closes: https://bugs.gentoo.org/745960
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-78.3.1.ebuild | 1 +
15 www-client/firefox/firefox-81.0.1.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild
19 index b1bd76e25e0..6ec9c12d1c0 100644
20 --- a/www-client/firefox/firefox-78.3.1.ebuild
21 +++ b/www-client/firefox/firefox-78.3.1.ebuild
22 @@ -59,6 +59,7 @@ REQUIRED_USE="screencast? ( wayland )"
23
24 BDEPEND="${PYTHON_DEPS}
25 app-arch/unzip
26 + app-arch/zip
27 >=dev-util/cbindgen-0.14.3
28 >=net-libs/nodejs-10.19.0
29 virtual/pkgconfig
30
31 diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild
32 index 20e86914afe..986291f0ae3 100644
33 --- a/www-client/firefox/firefox-81.0.1.ebuild
34 +++ b/www-client/firefox/firefox-81.0.1.ebuild
35 @@ -59,6 +59,7 @@ REQUIRED_USE="screencast? ( wayland )"
36
37 BDEPEND="${PYTHON_DEPS}
38 app-arch/unzip
39 + app-arch/zip
40 >=dev-util/cbindgen-0.14.3
41 >=net-libs/nodejs-10.19.0
42 virtual/pkgconfig