From: Michał Górny Date: Sat, 1 Oct 2016 15:26:58 +0000 (+0200) Subject: sys-libs/compiler-rt: Strip sanitizers & xray off to separate pkg X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ce53179df8d41a6efabdf109750acdea377aca97;p=gentoo.git sys-libs/compiler-rt: Strip sanitizers & xray off to separate pkg --- diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 829757cdd2ba..751fac90d8b0 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -8,9 +8,10 @@ EAPI=6 CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils flag-o-matic git-r3 python-single-r1 +# TODO: fix unnecessary dep on Python upstream +inherit cmake-utils flag-o-matic git-r3 python-any-r1 -DESCRIPTION="Compiler runtime libraries for clang" +DESCRIPTION="Compiler runtime library for clang (built-in part)" HOMEPAGE="http://llvm.org/" SRC_URI="" EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git @@ -19,34 +20,14 @@ EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git LICENSE="UoI-NCSA" SLOT="0/${PV%.*}" KEYWORDS="" -IUSE="+sanitize test" +IUSE="" RDEPEND=" - ! llvm@gentoo.org - - Build compiler-rt's sanitizers -