commit:     c9e9a1de3acf6e766bc86f39084c7b38d13f5d95
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 22:56:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 22:56:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e9a1de

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 <AT> gentoo.org>

 sci-libs/cantera/cantera-2.6.0-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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}]
                ')
        )

Reply via email to