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: Wed, 27 Apr 2022 12:27:18
Message-Id: 1651062419.7b43b08ae0d63554dc5f54d7ed3e4391b3175e41.mgorny@gentoo
1 commit: 7b43b08ae0d63554dc5f54d7ed3e4391b3175e41
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:35:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:26:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b43b08a
7
8 sys-libs/compiler-rt: Modernize
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/compiler-rt/compiler-rt-15.0.0.9999.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.0.9999.ebuild
16 index 1c847a474a08..7f79e591a195 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-15.0.0.9999.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-15.0.0.9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 PYTHON_COMPAT=( python3_{8..10} )
27 inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
28 @@ -18,7 +18,8 @@ RESTRICT="!test? ( test ) !clang? ( test )"
29 CLANG_SLOT=${SLOT%%.*}
30 # llvm-6 for new lit options
31 DEPEND="
32 - >=sys-devel/llvm-6"
33 + >=sys-devel/llvm-6
34 +"
35 BDEPEND="
36 >=dev-util/cmake-3.16
37 clang? ( sys-devel/clang )
38 @@ -28,7 +29,8 @@ BDEPEND="
39 )
40 !test? (
41 ${PYTHON_DEPS}
42 - )"
43 + )
44 +"
45
46 LLVM_COMPONENTS=( compiler-rt cmake )
47 LLVM_PATCHSET=9999-1