commit: 6621959b7f8369a38b7e4952ba4178c06c75099a Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Dec 22 16:56:07 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Dec 22 16:56:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6621959b
dev-lang/spidermonkey: don't default to USE=clang Since commit f373b42 there is no need to default to USE=clang anymore and because package is a reverse dependency for sys-auth/polkit we should try to avoid pulling in Clang everywhere. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild index 124c9849da0..86d0140427e 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild @@ -64,7 +64,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc64 ~s390 x86" SLOT="78" LICENSE="MPL-2.0" -IUSE="+clang cpu_flags_arm_neon debug +jit lto test" +IUSE="clang cpu_flags_arm_neon debug +jit lto test" RESTRICT="!test? ( test )"
