From: band-a-prend Date: Fri, 21 Jun 2019 22:27:33 +0000 (+0300) Subject: sci-libs/cantera: 2.4.0-r1. Add PYTHON_COMPAT=( python3_7 ) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0e331ec643b7933a8d37bfb7bb9591b324231574;p=gentoo.git sci-libs/cantera: 2.4.0-r1. Add PYTHON_COMPAT=( python3_7 ) After updated dev-util/scons (scons-3.0.5-r1.ebuild) now it's possible to build Cantera with Python 3.7. All tests of src_test() phase are passed. Signed-off-by: Sergey Torokhov Signed-off-by: Michał Górny --- diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild index 435742d4be0d..cd7dafba1b50 100644 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90