From: Michał Górny Date: Wed, 31 Aug 2016 21:10:12 +0000 (+0200) Subject: sys-libs/compiler-rt: Support running tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f4fe64524e1c5b5c86a4ab81bbc235b1287c0376;p=gentoo.git sys-libs/compiler-rt: Support running tests --- diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 7c93672c10f7..43363fe8f69b 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -8,7 +8,7 @@ EAPI=6 CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils git-r3 python-single-r1 +inherit cmake-utils flag-o-matic git-r3 python-single-r1 DESCRIPTION="Compiler runtime libraries for clang" HOMEPAGE="http://llvm.org/" @@ -19,31 +19,88 @@ EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git LICENSE="UoI-NCSA" SLOT="0/${PV%.*}" KEYWORDS="" -IUSE="+sanitize" +IUSE="+sanitize test" RDEPEND=" ~sys-devel/llvm-${PV} !