dev-libs/libclc: Permit clang 11 & 12

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-08-03 13:38:46 +02:00
parent 9f9cb63842
commit 4d13b5197c

View File

@@ -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