sys-libs/compiler-rt: Restrict tests with USE=-clang
authorMichał Górny <mgorny@gentoo.org>
Fri, 15 Dec 2017 16:04:41 +0000 (17:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 15 Dec 2017 16:20:23 +0000 (17:20 +0100)
sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild
sys-libs/compiler-rt/compiler-rt-9999.ebuild

index 8c3d60e12614673884f06d5404f708f618845d68..460f6dae20044958aaad478a6cc6ba72e789ee72 100644 (file)
@@ -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
index 4d20e2d953864cd6eb42c90ec17d8b400bfdc9b0..4dd44182ae9b712271e81f7cbde30f15622bd1f4 100644 (file)
@@ -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