Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/
Date: Tue, 22 Dec 2020 16:57:49
Message-Id: 1608656201.6621959b7f8369a38b7e4952ba4178c06c75099a.whissi@gentoo
1 commit: 6621959b7f8369a38b7e4952ba4178c06c75099a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 16:56:07 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 16:56:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6621959b
7
8 dev-lang/spidermonkey: don't default to USE=clang
9
10 Since commit f373b42 there is no need to default to USE=clang anymore
11 and because package is a reverse dependency for sys-auth/polkit we
12 should try to avoid pulling in Clang everywhere.
13
14 Package-Manager: Portage-3.0.12, Repoman-3.0.2
15 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
16
17 dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild
21 index 124c9849da0..86d0140427e 100644
22 --- a/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild
23 +++ b/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild
24 @@ -64,7 +64,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc64 ~s390 x86"
25
26 SLOT="78"
27 LICENSE="MPL-2.0"
28 -IUSE="+clang cpu_flags_arm_neon debug +jit lto test"
29 +IUSE="clang cpu_flags_arm_neon debug +jit lto test"
30
31 RESTRICT="!test? ( test )"