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-libs/compiler-rt/
Date: Mon, 27 Jan 2020 20:54:54
Message-Id: 1580158485.36e7f358d44e27abd82ea28dc5d12d3c0dd31799.mgorny@gentoo
1 commit: 36e7f358d44e27abd82ea28dc5d12d3c0dd31799
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 20:53:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 20:54:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e7f358
7
8 sys-libs/compiler-rt: Require newer lit
9
10 Closes: https://bugs.gentoo.org/704234
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild | 2 +-
14 sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild | 2 +-
15 sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
19 index 7a7778ae76b..b5eea1980e7 100644
20 --- a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
21 +++ b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
22 @@ -25,7 +25,7 @@ DEPEND="
23 BDEPEND="
24 clang? ( sys-devel/clang )
25 test? (
26 - $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
27 + $(python_gen_any_dep ">=dev-python/lit-9.0.1[\${PYTHON_USEDEP}]")
28 =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} )
29 ${PYTHON_DEPS}"
30
31
32 diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild
33 index 7a7778ae76b..b5eea1980e7 100644
34 --- a/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild
35 +++ b/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild
36 @@ -25,7 +25,7 @@ DEPEND="
37 BDEPEND="
38 clang? ( sys-devel/clang )
39 test? (
40 - $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
41 + $(python_gen_any_dep ">=dev-python/lit-9.0.1[\${PYTHON_USEDEP}]")
42 =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} )
43 ${PYTHON_DEPS}"
44
45
46 diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
47 index b9eb5f0775a..af2de6ee54e 100644
48 --- a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
49 +++ b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
50 @@ -25,7 +25,7 @@ DEPEND="
51 BDEPEND="
52 clang? ( sys-devel/clang )
53 test? (
54 - $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
55 + $(python_gen_any_dep ">=dev-python/lit-9.0.1[\${PYTHON_USEDEP}]")
56 =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} )
57 ${PYTHON_DEPS}"