summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-20 16:19:50 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-20 16:51:57 +0100
commit2826613bd8afb090af63d92f3e9b36ba89e1d41c (patch)
treee8ecda2fd1a4865163e600c687c8f1fd152f03aa /www-client
parentnet-misc/nextcloud-client-2.5.1-r1: removed (bug #680056) (diff)
downloadgentoo-2826613bd8afb090af63d92f3e9b36ba89e1d41c.tar.gz
gentoo-2826613bd8afb090af63d92f3e9b36ba89e1d41c.tar.bz2
gentoo-2826613bd8afb090af63d92f3e9b36ba89e1d41c.zip
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-66.0-r1.ebuild4
1 files 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 32eef983d32c..15002ba485ca 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 )