Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
Date: Sat, 05 May 2018 19:21:16
Message-Id: 1525548064.4a960c12e166a8f6c87631f8e9257a4c548dd544.mgorny@gentoo
1 commit: 4a960c12e166a8f6c87631f8e9257a4c548dd544
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 5 19:09:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:21:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a960c12
7
8 sys-devel/clang-runtime: Re-sync 5.0.2 ebuild
9
10 Re-sync missing changes from 5.0.1-r1 to 5.0.2. Accidentally copied
11 the wrong ebuild.
12
13 sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild | 10 ++++++++--
14 1 file changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild b/sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild
17 index 8732a1022ce..5fdd2d6b0a9 100644
18 --- a/sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild
19 +++ b/sys-devel/clang-runtime/clang-runtime-5.0.2.ebuild
20 @@ -11,14 +11,20 @@ SRC_URI=""
21
22 LICENSE="metapackage"
23 SLOT="${PV%_*}"
24 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
25 -IUSE="+compiler-rt libcxx openmp +sanitize"
26 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
27 +IUSE="+compiler-rt crt libcxx openmp +sanitize"
28
29 RDEPEND="
30 compiler-rt? (
31 ~sys-libs/compiler-rt-${PV}:${SLOT}
32 sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
33 )
34 + crt? (
35 + || (
36 + sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
37 + sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
38 + )
39 + )
40 libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
41 openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"