From: Michał Górny Date: Sat, 1 Oct 2016 11:45:23 +0000 (+0200) Subject: sys-devel/clang: Use installed lit for tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3eb4d59a51e8c6fe63ce5b19ba3ce68865677df6;p=gentoo.git sys-devel/clang: Use installed lit for tests --- diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index c201bba2cea8..cedfc02923f9 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -38,6 +38,7 @@ RDEPEND=" # configparser-3.2 breaks the build (3.3 or none at all are fine) DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) + test? ( dev-python/lit[${PYTHON_USEDEP}] ) xml? ( virtual/pkgconfig ) !!