mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
sys-devel/clang-runtime: Bump to 4.0.1
This commit is contained in:
25
sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild
Normal file
25
sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild
Normal file
@@ -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="http://clang.llvm.org/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="metapackage"
|
||||
SLOT="${PV%_*}"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
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 )"
|
||||
Reference in New Issue
Block a user