commit:     af187ea04d3e2a7e0dc69e80d4a2ba4bffbdc7d7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 09:11:19 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 09:14:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af187ea0

sys-devel/clang-runtime: Add 4.0.0rc1

 .../clang-runtime/clang-runtime-4.0.0_rc1.ebuild   | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

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 00000000..d224ca0
--- /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 )"

Reply via email to