commit: c7688a14b77d40dc4e3367cdd7c7e8806639dcea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 16:04:41 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:20:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7688a14
sys-libs/compiler-rt: Restrict tests with USE=-clang
sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild | 2 +-
sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild
index 8c3d60e1261..460f6dae200 100644
--- a/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild
@@ -22,7 +22,7 @@ LICENSE="|| ( UoI-NCSA MIT )"
SLOT="5.0.1"
KEYWORDS=""
IUSE="+clang test"
-RESTRICT="!test? ( test )"
+RESTRICT="!test? ( test ) !clang? ( test )"
LLVM_SLOT=${SLOT%%.*}
# llvm-4 needed for --cmakedir
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 4d20e2d9538..4dd44182ae9 100644
--- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
@@ -21,7 +21,7 @@ LICENSE="|| ( UoI-NCSA MIT )"
SLOT="6.0.0"
KEYWORDS=""
IUSE="+clang test"
-RESTRICT="!test? ( test )"
+RESTRICT="!test? ( test ) !clang? ( test )"
LLVM_SLOT=${SLOT%%.*}
# llvm-4 needed for --cmakedir