diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-02 17:15:20 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-02 17:15:20 +0200 |
commit | 1845768775133baa21ac6492f0f3fe2aedda0347 (patch) | |
tree | 563ac95a429f41c7b053484f3975f0becedf3a32 /www-client | |
parent | mail-client/thunderbird: relax Rust requirement (diff) | |
download | gentoo-1845768775133baa21ac6492f0f3fe2aedda0347.tar.gz gentoo-1845768775133baa21ac6492f0f3fe2aedda0347.tar.bz2 gentoo-1845768775133baa21ac6492f0f3fe2aedda0347.zip |
www-client/firefox: relax Rust requirement
See build/moz.configure/rust.configure:rust_compiler().
Close: https://bugs.gentoo.org/746005
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index 6ec9c12d1c08..b5f29994dffb 100644 --- a/www-client/firefox/firefox-78.3.1.ebuild +++ b/www-client/firefox/firefox-78.3.1.ebuild @@ -63,7 +63,7 @@ BDEPEND="${PYTHON_DEPS} >=dev-util/cbindgen-0.14.3 >=net-libs/nodejs-10.19.0 virtual/pkgconfig - >=virtual/rust-1.43.0 + >=virtual/rust-1.41.0 || ( ( sys-devel/clang:11 |