dev-libs/intel-vc-intrinsics: add python3.12 support

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2023-08-06 00:29:20 +02:00
parent 6bf63b0697
commit ea410dab77

View File

@@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE="Release"
LLVM_MAX_SLOT="15"
MY_PN="${PN/intel-/}"
MY_P="${MY_PN}-${PV}"
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
inherit cmake llvm python-any-r1