From f54f6b84a7ce1268657991103363eebfcfe4e332 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 15 Dec 2017 16:56:39 +0100 Subject: sys-devel/clang: Restrict tests with USE=-test --- sys-devel/clang/clang-5.0.9999.ebuild | 1 + sys-devel/clang/clang-9999.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'sys-devel/clang') diff --git a/sys-devel/clang/clang-5.0.9999.ebuild b/sys-devel/clang/clang-5.0.9999.ebuild index f76c84f2306c..458f5359014e 100644 --- a/sys-devel/clang/clang-5.0.9999.ebuild +++ b/sys-devel/clang/clang-5.0.9999.ebuild @@ -29,6 +29,7 @@ SLOT="$(ver_cut 1)" KEYWORDS="" IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" +RESTRICT="!test? ( test )" RDEPEND=" ~sys-devel/llvm-${PV}:${SLOT}=[debug=,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}] diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index fa7bcae61ff0..63df839c8c24 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -30,6 +30,7 @@ SLOT="6" KEYWORDS="" IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" +RESTRICT="!test? ( test )" RDEPEND=" ~sys-devel/llvm-${PV}:${SLOT}=[debug=,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}] -- cgit v1.2.3-65-gdbad