From ce53179df8d41a6efabdf109750acdea377aca97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 1 Oct 2016 17:26:58 +0200 Subject: [PATCH] sys-libs/compiler-rt: Strip sanitizers & xray off to separate pkg --- sys-libs/compiler-rt/compiler-rt-9999.ebuild | 69 ++++---------------- sys-libs/compiler-rt/metadata.xml | 3 - 2 files changed, 11 insertions(+), 61 deletions(-) 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 - -- 2.26.2