commit:     7770e555a687c7034a368129cb4d001462c33f5c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 15:54:45 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:20:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7770e555

sys-devel/llvm: Restrict tests with USE=-test

 sys-devel/llvm/llvm-5.0.9999.ebuild | 1 +
 sys-devel/llvm/llvm-9999.ebuild     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys-devel/llvm/llvm-5.0.9999.ebuild 
b/sys-devel/llvm/llvm-5.0.9999.ebuild
index 0e76b0add93..f41a0c96c02 100644
--- a/sys-devel/llvm/llvm-5.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-5.0.9999.ebuild
@@ -37,6 +37,7 @@ SLOT="$(ver_cut 1)"
 KEYWORDS=""
 IUSE="debug doc gold libedit +libffi ncurses test
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        sys-libs/zlib:0=

diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 2cfb454f37a..5b5d0364ea2 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -39,6 +39,7 @@ SLOT="6"
 KEYWORDS=""
 IUSE="debug doc gold libedit +libffi ncurses test
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        sys-libs/zlib:0=

Reply via email to