diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-01 11:55:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-02 00:40:43 +0100 |
commit | f85e0b731e93ce29b78880c5927920b8f177addf (patch) | |
tree | 6e13e55effb82acac8f39d5e78c5e261a8bba02b /sys-devel | |
parent | sys-libs/libomp: Bump to 5.0.1_rc2 (diff) | |
download | gentoo-f85e0b731e93ce29b78880c5927920b8f177addf.tar.gz gentoo-f85e0b731e93ce29b78880c5927920b8f177addf.tar.bz2 gentoo-f85e0b731e93ce29b78880c5927920b8f177addf.zip |
sys-devel/clang-runtime: Bump to 5.0.1_rc2
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-5.0.1_rc2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.1_rc2.ebuild b/sys-devel/clang-runtime/clang-runtime-5.0.1_rc2.ebuild new file mode 100644 index 000000000000..013e661624c8 --- /dev/null +++ b/sys-devel/clang-runtime/clang-runtime-5.0.1_rc2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multilib-build + +DESCRIPTION="Meta-ebuild for clang runtime libraries" +HOMEPAGE="https://clang.llvm.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="${PV%_*}" +KEYWORDS="" +IUSE="+compiler-rt libcxx openmp +sanitize" + +RDEPEND=" + compiler-rt? ( + ~sys-libs/compiler-rt-${PV}:${SLOT} + sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) + ) + libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" + +REQUIRED_USE="sanitize? ( compiler-rt )" |