Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/, eclass/
Date: Wed, 13 Mar 2019 01:57:06
Message-Id: 1552442210.6ba82e218f0136275cfbdab272f51b734c778665.whissi@gentoo
1 commit: 6ba82e218f0136275cfbdab272f51b734c778665
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 01:52:51 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 01:56:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba82e21
7
8 www-client/firefox: drop LLVM slot 4 & 5
9
10 <sys-devel/lld-6 was dropped in commit 25a46c7e439dfe79ed97df2c8290c31f0ae328f8.
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 eclass/mozconfig-v6.60.eclass | 16 ----------------
16 www-client/firefox/firefox-65.0.2.ebuild | 18 ------------------
17 www-client/firefox/firefox-66.0_beta14.ebuild | 18 ------------------
18 3 files changed, 52 deletions(-)
19
20 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
21 index 821e63b1e41..5dfe34dcef1 100644
22 --- a/eclass/mozconfig-v6.60.eclass
23 +++ b/eclass/mozconfig-v6.60.eclass
24 @@ -183,22 +183,6 @@ DEPEND="app-arch/zip
25 sys-devel/llvm:6[gold]
26 )
27 )
28 - (
29 - sys-devel/clang:5
30 - !clang? ( sys-devel/llvm:5 )
31 - clang? (
32 - =sys-devel/lld-5*
33 - sys-devel/llvm:5[gold]
34 - )
35 - )
36 - (
37 - sys-devel/clang:4
38 - !clang? ( sys-devel/llvm:4 )
39 - clang? (
40 - =sys-devel/lld-4*
41 - sys-devel/llvm:4[gold]
42 - )
43 - )
44 )
45 pulseaudio? ( media-sound/pulseaudio )
46 elibc_glibc? (
47
48 diff --git a/www-client/firefox/firefox-65.0.2.ebuild b/www-client/firefox/firefox-65.0.2.ebuild
49 index 8c9f3333e12..cca1d1d0101 100644
50 --- a/www-client/firefox/firefox-65.0.2.ebuild
51 +++ b/www-client/firefox/firefox-65.0.2.ebuild
52 @@ -144,24 +144,6 @@ DEPEND="${CDEPEND}
53 pgo? ( =sys-libs/compiler-rt-sanitizers-6*[profile] )
54 )
55 )
56 - (
57 - sys-devel/clang:5
58 - !clang? ( sys-devel/llvm:5 )
59 - clang? (
60 - =sys-devel/lld-5*
61 - sys-devel/llvm:5[gold]
62 - pgo? ( =sys-libs/compiler-rt-sanitizers-5*[profile] )
63 - )
64 - )
65 - (
66 - sys-devel/clang:4
67 - !clang? ( sys-devel/llvm:4 )
68 - clang? (
69 - =sys-devel/lld-4*
70 - sys-devel/llvm:4[gold]
71 - pgo? ( =sys-libs/compiler-rt-sanitizers-4*[profile] )
72 - )
73 - )
74 )
75 pulseaudio? ( media-sound/pulseaudio )
76 >=virtual/cargo-1.30.0
77
78 diff --git a/www-client/firefox/firefox-66.0_beta14.ebuild b/www-client/firefox/firefox-66.0_beta14.ebuild
79 index 27861531604..1e639816710 100644
80 --- a/www-client/firefox/firefox-66.0_beta14.ebuild
81 +++ b/www-client/firefox/firefox-66.0_beta14.ebuild
82 @@ -145,24 +145,6 @@ DEPEND="${CDEPEND}
83 pgo? ( =sys-libs/compiler-rt-sanitizers-6*[profile] )
84 )
85 )
86 - (
87 - sys-devel/clang:5
88 - !clang? ( sys-devel/llvm:5 )
89 - clang? (
90 - =sys-devel/lld-5*
91 - sys-devel/llvm:5[gold]
92 - pgo? ( =sys-libs/compiler-rt-sanitizers-5*[profile] )
93 - )
94 - )
95 - (
96 - sys-devel/clang:4
97 - !clang? ( sys-devel/llvm:4 )
98 - clang? (
99 - =sys-devel/lld-4*
100 - sys-devel/llvm:4[gold]
101 - pgo? ( =sys-libs/compiler-rt-sanitizers-4*[profile] )
102 - )
103 - )
104 )
105 pulseaudio? ( media-sound/pulseaudio )
106 >=virtual/cargo-1.30.0