diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-11 00:13:31 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-11 00:13:31 +0200 |
commit | 80ed751db3e893e3df598e3eeb18a645749c91da (patch) | |
tree | f3406dce9ff2662e3a182f1374fc535b89d58b43 /www-client | |
parent | sys-apps/iproute2: stable 4.19.0-r1 for hppa, bug #689528 (diff) | |
download | gentoo-80ed751db3e893e3df598e3eeb18a645749c91da.tar.gz gentoo-80ed751db3e893e3df598e3eeb18a645749c91da.tar.bz2 gentoo-80ed751db3e893e3df598e3eeb18a645749c91da.zip |
www-client/firefox: adjust rust version requirement
Closes: https://bugs.gentoo.org/689596
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-68.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-68.0.ebuild b/www-client/firefox/firefox-68.0.ebuild index c45ed5a3150a..2c1d38383744 100644 --- a/www-client/firefox/firefox-68.0.ebuild +++ b/www-client/firefox/firefox-68.0.ebuild @@ -157,8 +157,8 @@ DEPEND="${CDEPEND} ) ) pulseaudio? ( media-sound/pulseaudio ) - >=virtual/cargo-1.31.0 - >=virtual/rust-1.31.0 + >=virtual/cargo-1.34.0 + >=virtual/rust-1.34.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) |