commit: 2826613bd8afb090af63d92f3e9b36ba89e1d41c Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Mar 20 15:19:50 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 15:51:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2826613b
www-client/firefox: adjust virtual/rust dependency We need at least rust-1.31.0 to build firefox. Closes: https://bugs.gentoo.org/680978 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-client/firefox/firefox-66.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-66.0-r1.ebuild b/www-client/firefox/firefox-66.0-r1.ebuild index 32eef983d32..15002ba485c 100644 --- a/www-client/firefox/firefox-66.0-r1.ebuild +++ b/www-client/firefox/firefox-66.0-r1.ebuild @@ -158,8 +158,8 @@ DEPEND="${CDEPEND} ) ) pulseaudio? ( media-sound/pulseaudio ) - >=virtual/cargo-1.30.0 - >=virtual/rust-1.30.0 + >=virtual/cargo-1.31.0 + >=virtual/rust-1.31.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 )
