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: dev-libs/libclc/
Date: Wed, 27 Apr 2022 12:27:21
Message-Id: 1651062424.59b5f9351f38d0a6cff7b06a07e97bf1b9db7f76.mgorny@gentoo
1 commit: 59b5f9351f38d0a6cff7b06a07e97bf1b9db7f76
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:35:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:27:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b5f935
7
8 dev-libs/libclc: Modernize
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/libclc/libclc-15.0.0.9999.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libclc/libclc-15.0.0.9999.ebuild b/dev-libs/libclc/libclc-15.0.0.9999.ebuild
16 index 139479da9e37..7d9edc440d2b 100644
17 --- a/dev-libs/libclc/libclc-15.0.0.9999.ebuild
18 +++ b/dev-libs/libclc/libclc-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 llvm llvm.org python-any-r1
28 @@ -18,6 +18,7 @@ REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )"
29
30 LLVM_MAX_SLOT=15
31 BDEPEND="
32 + ${PYTHON_DEPS}
33 || (
34 sys-devel/clang:15
35 sys-devel/clang:14
36 @@ -26,7 +27,7 @@ BDEPEND="
37 sys-devel/clang:11
38 sys-devel/clang:10
39 )
40 - ${PYTHON_DEPS}"
41 +"
42
43 LLVM_COMPONENTS=( libclc )
44 llvm.org_set_globals