diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-10-03 10:42:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-10-03 11:38:32 +0200 |
commit | 4819e144ca29b2a49eac242f8418880c10435543 (patch) | |
tree | 6e534ba3a3183149d9b6c9eebcc166f7f2a01fe8 /sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild | |
parent | package.mask: Add sys-devel/clang-runtime to LLVM 3.9 mask (diff) | |
download | gentoo-4819e144ca29b2a49eac242f8418880c10435543.tar.gz gentoo-4819e144ca29b2a49eac242f8418880c10435543.tar.bz2 gentoo-4819e144ca29b2a49eac242f8418880c10435543.zip |
sys-devel/clang-runtime: Introduce the runtime metapackage
Diffstat (limited to 'sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild new file mode 100644 index 000000000000..0388e2c324ff --- /dev/null +++ b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Meta-ebuild for clang runtime libraries" +HOMEPAGE="http://clang.llvm.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="libcxx openmp" + +# compiler-rt is installed unconditionally +RDEPEND=" + libcxx? ( ~sys-libs/libcxx-${PV} ) + openmp? ( ~sys-libs/libomp-${PV} )" |