sci-electronics/slang: fix unordered_dense depend

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2023-06-05 15:15:45 +08:00
parent 4af819aae1
commit 1cd0ce4df7

View File

@@ -3,7 +3,7 @@
EAPI="8"
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{9..11} )
inherit cmake python-single-r1
DESCRIPTION="SystemVerilog compiler and language services"
@@ -31,7 +31,7 @@ RDEPEND="
${PYTHON_DEPS}
>=dev-cpp/catch-3.0.1
>=dev-libs/libfmt-9.1.0
>=dev-libs/unordered_dense-2.0.0 <dev-libs/unordered_dense-3.0.0
>=dev-libs/unordered_dense-2.0.0 <dev-libs/unordered_dense-2.0.1
$(python_gen_cond_dep '
>=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
')