commit: 4d13b5197cfccd449d051af6ea9d4afa245a7a37
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 11:38:46 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 11:38:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d13b519
dev-libs/libclc: Permit clang 11 & 12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
b/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
index cf5cf7c3624..c2d93937f05 100644
--- a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
+++ b/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit llvm prefix python-any-r1 toolchain-funcs
@@ -20,6 +20,8 @@ REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )"
BDEPEND="
|| (
+ sys-devel/clang:12
+ sys-devel/clang:11
sys-devel/clang:10
sys-devel/clang:9
sys-devel/clang:8