From af187ea04d3e2a7e0dc69e80d4a2ba4bffbdc7d7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 19 Jan 2017 10:11:19 +0100 Subject: sys-devel/clang-runtime: Add 4.0.0rc1 --- .../clang-runtime/clang-runtime-4.0.0_rc1.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild (limited to 'sys-devel') diff --git a/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild b/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild new file mode 100644 index 000000000000..d224ca01584b --- /dev/null +++ b/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit multilib-build + +DESCRIPTION="Meta-ebuild for clang runtime libraries" +HOMEPAGE="http://clang.llvm.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="" +IUSE="+compiler-rt libcxx openmp +sanitize" + +RDEPEND=" + compiler-rt? ( + ~sys-libs/compiler-rt-${PV} + sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV} ) + ) + libcxx? ( ~sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( ~sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" + +REQUIRED_USE="sanitize? ( compiler-rt )" -- cgit v1.2.3-65-gdbad