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: Mon, 27 Nov 2017 15:00:14
Message-Id: 1511794701.c1c7b402a661291e229c491c941b8f1b011ac1ea.anarchy@gentoo
1 commit: c1c7b402a661291e229c491c941b8f1b011ac1ea
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 14:58:21 2017 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 14:58:21 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c1c7b402
7
8 www-client/firefox - start updating deps as required
9
10 www-client/firefox/firefox-58.0_beta6.ebuild | 10 ++++++----
11 1 file changed, 6 insertions(+), 4 deletions(-)
12
13 diff --git a/www-client/firefox/firefox-58.0_beta6.ebuild b/www-client/firefox/firefox-58.0_beta6.ebuild
14 index 2500c01..c3df349 100644
15 --- a/www-client/firefox/firefox-58.0_beta6.ebuild
16 +++ b/www-client/firefox/firefox-58.0_beta6.ebuild
17 @@ -56,10 +56,12 @@ RDEPEND="
18 selinux? ( sec-policy/selinux-mozilla )"
19
20 DEPEND="${RDEPEND}
21 - pgo? ( >=sys-devel/gcc-4.5 )
22 - amd64? ( ${ASM_DEPEND} virtual/opengl
23 - >=sys-devel/llvm-4.0.1
24 - >=sys-devel/clang-4.0.1 )
25 + >=virtual/rust-1.21.0
26 + >=dev-util/cargo-0.22.0
27 + >=sys-devel/llvm-4.0.1
28 + >=sys-devel/clang-4.0.1
29 + pgo? ( >=sys-devel/gcc-4.9.0 )
30 + amd64? ( ${ASM_DEPEND} virtual/opengl )
31 x86? ( ${ASM_DEPEND} virtual/opengl )"
32
33 S="${WORKDIR}/firefox-${MOZ_PV}"