diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-22 17:56:07 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-22 17:56:41 +0100 |
commit | 6621959b7f8369a38b7e4952ba4178c06c75099a (patch) | |
tree | f841b32c04a927a625795c207a3ee02c7dd55576 /dev-lang | |
parent | app-backup/tarsnap: respect AR (diff) | |
download | gentoo-6621959b7f8369a38b7e4952ba4178c06c75099a.tar.gz gentoo-6621959b7f8369a38b7e4952ba4178c06c75099a.tar.bz2 gentoo-6621959b7f8369a38b7e4952ba4178c06c75099a.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.6.0.ebuild index 124c9849da0d..86d0140427ee 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 )" |