From 2ab8e37dec3077908ffcc69f10578caae6936c31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 1 Oct 2016 13:35:18 +0200 Subject: [PATCH] sys-devel/llvm: Use installed lit for tests --- sys-devel/llvm/llvm-9999.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 6af306ea7bc7..471783794b06 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -51,6 +51,7 @@ DEPEND="${RDEPEND} libffi? ( virtual/pkgconfig ) ocaml? ( dev-ml/findlib test? ( dev-ml/ounit ) ) + test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) !!