summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-28 23:56:22 +0100
committerSam James <sam@gentoo.org>2023-08-28 23:56:22 +0100
commitc9e9a1de3acf6e766bc86f39084c7b38d13f5d95 (patch)
tree6136e79ceb7994edcc85facb6df2da5989a706d9
parentapp-antivirus/clamav: add 0.103.10, drop 0.103.9 (diff)
downloadgentoo-c9e9a1de3acf6e766bc86f39084c7b38d13f5d95.tar.gz
gentoo-c9e9a1de3acf6e766bc86f39084c7b38d13f5d95.tar.bz2
gentoo-c9e9a1de3acf6e766bc86f39084c7b38d13f5d95.zip
sci-libs/cantera: depend on <cython-3
Fixed in new upstream release which will be packaged soon. Bug: https://bugs.gentoo.org/913141 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-libs/cantera/cantera-2.6.0-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/cantera/cantera-2.6.0-r2.ebuild b/sci-libs/cantera/cantera-2.6.0-r2.ebuild
index 5a8cb20337f7..b7276b05cc38 100644
--- a/sci-libs/cantera/cantera-2.6.0-r2.ebuild
+++ b/sci-libs/cantera/cantera-2.6.0-r2.ebuild
@@ -43,6 +43,7 @@ RDEPEND="
lapack? ( >=sci-libs/sundials-6.5.0:0=[lapack?] )
"
+# <cython-3 for bug #913141
DEPEND="
${RDEPEND}
dev-cpp/eigen:3
@@ -50,7 +51,7 @@ DEPEND="
dev-libs/libfmt
python? (
$(python_gen_cond_dep '
- dev-python/cython[${PYTHON_USEDEP}]
+ <dev-python/cython-3[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}]
')
)