From: Michał Górny Date: Sat, 1 Oct 2016 11:35:18 +0000 (+0200) Subject: sys-devel/llvm: Use installed lit for tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2ab8e37dec3077908ffcc69f10578caae6936c31;p=gentoo.git sys-devel/llvm: Use installed lit for tests --- 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}]') ) !!