commit: ab7a0920b5b9767ccb3d809914640b946ff529a3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 16:01:04 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:20:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7a0920
sys-libs/compiler-rt: Restrict tests with USE=-test
sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild | 1 +
sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
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 d53f8561e00..8c3d60e1261 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 3f8cb77ef77..4d20e2d9538 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