sys-devel/clang-runtime: Add 4.0.0rc1
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Jan 2017 09:11:19 +0000 (10:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Jan 2017 09:14:11 +0000 (10:14 +0100)
sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..d224ca0
--- /dev/null
@@ -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 )"