# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) inherit cmake-utils flag-o-matic git-r3 python-single-r1 DESCRIPTION="Compiler runtime libraries for clang" HOMEPAGE="http://llvm.org/" SRC_URI="" EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git https://github.com/llvm-mirror/compiler-rt.git" LICENSE="UoI-NCSA" SLOT="0/${PV%.*}" KEYWORDS="" IUSE="+sanitize test" RDEPEND=" !