diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-01 13:42:25 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-01 13:43:13 +0200 |
commit | da181b84188759b70a20f1f22e5392fa2c8daf54 (patch) | |
tree | 76496bb4983ecd2686d68c9129b2980bcd86214c /www-client | |
parent | mail-client/thunderbird: add missing BDEPEND on app-arch/zip (diff) | |
download | gentoo-da181b84188759b70a20f1f22e5392fa2c8daf54.tar.gz gentoo-da181b84188759b70a20f1f22e5392fa2c8daf54.tar.bz2 gentoo-da181b84188759b70a20f1f22e5392fa2c8daf54.zip |
www-client/firefox: add missing BDEPEND on app-arch/zip
Closes: https://bugs.gentoo.org/745960
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-78.3.1.ebuild | 1 | ||||
-rw-r--r-- | www-client/firefox/firefox-81.0.1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index b1bd76e25e08..6ec9c12d1c08 100644 --- a/www-client/firefox/firefox-78.3.1.ebuild +++ b/www-client/firefox/firefox-78.3.1.ebuild @@ -59,6 +59,7 @@ REQUIRED_USE="screencast? ( wayland )" BDEPEND="${PYTHON_DEPS} app-arch/unzip + app-arch/zip >=dev-util/cbindgen-0.14.3 >=net-libs/nodejs-10.19.0 virtual/pkgconfig diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild index 20e86914afe3..986291f0ae36 100644 --- a/www-client/firefox/firefox-81.0.1.ebuild +++ b/www-client/firefox/firefox-81.0.1.ebuild @@ -59,6 +59,7 @@ REQUIRED_USE="screencast? ( wayland )" BDEPEND="${PYTHON_DEPS} app-arch/unzip + app-arch/zip >=dev-util/cbindgen-0.14.3 >=net-libs/nodejs-10.19.0 virtual/pkgconfig |