diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-15 17:01:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-15 17:20:18 +0100 |
commit | ab7a0920b5b9767ccb3d809914640b946ff529a3 (patch) | |
tree | 8013e1971d1840dc7f943d16db638f49a0b876ff /sys-libs | |
parent | dev-util/lldb: Restrict tests with USE=-test (diff) | |
download | gentoo-ab7a0920b5b9767ccb3d809914640b946ff529a3.tar.gz gentoo-ab7a0920b5b9767ccb3d809914640b946ff529a3.tar.bz2 gentoo-ab7a0920b5b9767ccb3d809914640b946ff529a3.zip |
sys-libs/compiler-rt: Restrict tests with USE=-test
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild | 1 | ||||
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 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 d53f8561e00a..8c3d60e12614 100644 --- a/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild @@ -22,6 +22,7 @@ LICENSE="|| ( UoI-NCSA MIT )" SLOT="5.0.1" KEYWORDS="" IUSE="+clang test" +RESTRICT="!test? ( 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 3f8cb77ef772..4d20e2d95386 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -21,6 +21,7 @@ LICENSE="|| ( UoI-NCSA MIT )" SLOT="6.0.0" KEYWORDS="" IUSE="+clang test" +RESTRICT="!test? ( test )" LLVM_SLOT=${SLOT%%.*} # llvm-4 needed for --cmakedir |