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, 21 Sep 2019 09:15:59
Message-Id: 1569057331.aaf7cf7e32fbf481e154f5a5a9bf6643127a027c.mgorny@gentoo
1 commit: aaf7cf7e32fbf481e154f5a5a9bf6643127a027c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:32:52 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf7cf7e
7
8 sys-devel/clang-runtime: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild | 3 +--
13 sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild | 3 +--
14 sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild | 3 +--
15 3 files changed, 3 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild
18 index 217e7ad9508..34bd6e20373 100644
19 --- a/sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild
20 +++ b/sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild
21 @@ -13,6 +13,7 @@ LICENSE="metapackage"
22 SLOT="$(ver_cut 1-3)"
23 KEYWORDS=""
24 IUSE="+compiler-rt crt libcxx openmp +sanitize"
25 +REQUIRED_USE="sanitize? ( compiler-rt )"
26 PROPERTIES="live"
27
28 RDEPEND="
29 @@ -28,5 +29,3 @@ RDEPEND="
30 )
31 libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
32 openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
33 -
34 -REQUIRED_USE="sanitize? ( compiler-rt )"
35
36 diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild
37 index 217e7ad9508..34bd6e20373 100644
38 --- a/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild
39 +++ b/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild
40 @@ -13,6 +13,7 @@ LICENSE="metapackage"
41 SLOT="$(ver_cut 1-3)"
42 KEYWORDS=""
43 IUSE="+compiler-rt crt libcxx openmp +sanitize"
44 +REQUIRED_USE="sanitize? ( compiler-rt )"
45 PROPERTIES="live"
46
47 RDEPEND="
48 @@ -28,5 +29,3 @@ RDEPEND="
49 )
50 libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
51 openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
52 -
53 -REQUIRED_USE="sanitize? ( compiler-rt )"
54
55 diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild
56 index 6204c849277..53fffbc0467 100644
57 --- a/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild
58 +++ b/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild
59 @@ -13,6 +13,7 @@ LICENSE="metapackage"
60 SLOT="$(ver_cut 1-3)"
61 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
62 IUSE="+compiler-rt crt libcxx openmp +sanitize"
63 +REQUIRED_USE="sanitize? ( compiler-rt )"
64
65 RDEPEND="
66 compiler-rt? (
67 @@ -27,5 +28,3 @@ RDEPEND="
68 )
69 libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
70 openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
71 -
72 -REQUIRED_USE="sanitize? ( compiler-rt )"