Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Thu, 29 Aug 2019 00:36:36
Message-Id: 1567038978.c59955f3cbb930979003957effcf783a5ebd3c83.anarchy@gentoo
1 commit: c59955f3cbb930979003957effcf783a5ebd3c83
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 00:36:18 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 00:36:18 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c59955f3
7
8 www-client/firefox: Update rust/cbindgen dep
9
10 Reported-By: Matthew Thode <prometheanfire <AT> gentoo.org>
11 Package-Manager: Portage-2.3.73, Repoman-2.3.17
12 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
13
14 www-client/firefox/firefox-69.0_beta16.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-69.0_beta16.ebuild b/www-client/firefox/firefox-69.0_beta16.ebuild
18 index e9a30d7..c67b228 100644
19 --- a/www-client/firefox/firefox-69.0_beta16.ebuild
20 +++ b/www-client/firefox/firefox-69.0_beta16.ebuild
21 @@ -123,7 +123,7 @@ RDEPEND="${CDEPEND}
22 DEPEND="${CDEPEND}
23 app-arch/zip
24 app-arch/unzip
25 - >=dev-util/cbindgen-0.8.7
26 + >=dev-util/cbindgen-0.9.0
27 >=net-libs/nodejs-8.11.0
28 >=sys-devel/binutils-2.30
29 sys-apps/findutils
30 @@ -157,8 +157,8 @@ DEPEND="${CDEPEND}
31 )
32 )
33 pulseaudio? ( media-sound/pulseaudio )
34 - >=virtual/cargo-1.34.0
35 - >=virtual/rust-1.34.0
36 + >=virtual/cargo-1.35.0
37 + >=virtual/rust-1.35.0
38 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] )
39 amd64? ( >=dev-lang/yasm-1.1 virtual/opengl )
40 x86? ( >=dev-lang/yasm-1.1 virtual/opengl )