commit: da181b84188759b70a20f1f22e5392fa2c8daf54 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Oct 1 11:42:25 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Oct 1 11:43:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da181b84
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 <AT> gentoo.org> www-client/firefox/firefox-78.3.1.ebuild | 1 + www-client/firefox/firefox-81.0.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index b1bd76e25e0..6ec9c12d1c0 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 20e86914afe..986291f0ae3 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
