diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-15 17:04:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-15 17:20:23 +0100 |
commit | c7688a14b77d40dc4e3367cdd7c7e8806639dcea (patch) | |
tree | 948dbcf3e7f8de6821a16f1673a89334801cb482 /sys-libs | |
parent | sys-libs/libomp: Restrict tests with USE=-test (diff) | |
download | gentoo-c7688a14b77d40dc4e3367cdd7c7e8806639dcea.tar.gz gentoo-c7688a14b77d40dc4e3367cdd7c7e8806639dcea.tar.bz2 gentoo-c7688a14b77d40dc4e3367cdd7c7e8806639dcea.zip |
sys-libs/compiler-rt: Restrict tests with USE=-clang
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild | 2 | ||||
-rw-r--r-- | 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 8c3d60e12614..460f6dae2004 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 4d20e2d95386..4dd44182ae9b 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 |