summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-05 21:09:19 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-05 21:21:04 +0200
commit4a960c12e166a8f6c87631f8e9257a4c548dd544 (patch)
treeff1d5f5b6025db20de630ba66e88fbdd68088f28 /sys-devel
parentwww-plugins/chrome-binary-plugins: automated update (68.0.3418.2) (diff)
downloadgentoo-4a960c12e166a8f6c87631f8e9257a4c548dd544.tar.gz
gentoo-4a960c12e166a8f6c87631f8e9257a4c548dd544.tar.bz2
gentoo-4a960c12e166a8f6c87631f8e9257a4c548dd544.zip
sys-devel/clang-runtime: Re-sync 5.0.2 ebuild
Re-sync missing changes from 5.0.1-r1 to 5.0.2. Accidentally copied the wrong ebuild.
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild b/sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild
index 8732a1022ce2..5fdd2d6b0a90 100644
--- a/sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild
@@ -11,14 +11,20 @@ SRC_URI=""
LICENSE="metapackage"
SLOT="${PV%_*}"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="+compiler-rt libcxx openmp +sanitize"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="+compiler-rt crt libcxx openmp +sanitize"
RDEPEND="
compiler-rt? (
~sys-libs/compiler-rt-${PV}:${SLOT}
sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
)
+ crt? (
+ || (
+ sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
+ sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
+ )
+ )
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"