mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sci-electronics/circt: enable py3.12 and disable py3.10
Signed-off-by: Yuhang Zeng <unlsycn@unlsycn.com>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI="8"
|
||||
MY_PV="${PV//./\/}"
|
||||
MY_LLVM_PV="fe0f72d5c55a9b95c5564089e946e8f08112e995"
|
||||
CMAKE_BUILD_TYPE="Release"
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit cmake python-r1
|
||||
|
||||
DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI="8"
|
||||
MY_PV="${PV//./\/}"
|
||||
MY_LLVM_PV="d978730d8e2c10c76867b83bec2f1143d895ee7d"
|
||||
CMAKE_BUILD_TYPE="Release"
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit cmake python-r1
|
||||
|
||||
DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
|
||||
|
||||
Reference in New Issue
Block a user