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: Mon, 03 Aug 2020 11:39:26
Message-Id: 1596454726.4d13b5197cfccd449d051af6ea9d4afa245a7a37.mgorny@gentoo
1 commit: 4d13b5197cfccd449d051af6ea9d4afa245a7a37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 11:38:46 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 11:38:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d13b519
7
8 dev-libs/libclc: Permit clang 11 & 12
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
16 index cf5cf7c3624..c2d93937f05 100644
17 --- a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
18 +++ b/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6..9} )
25
26 inherit llvm prefix python-any-r1 toolchain-funcs
27
28 @@ -20,6 +20,8 @@ REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )"
29
30 BDEPEND="
31 || (
32 + sys-devel/clang:12
33 + sys-devel/clang:11
34 sys-devel/clang:10
35 sys-devel/clang:9
36 sys-devel/clang:8