diff options
author | band-a-prend <torokhov-s-a@yandex.ru> | 2019-06-22 01:27:33 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-19 18:44:55 +0200 |
commit | 0e331ec643b7933a8d37bfb7bb9591b324231574 (patch) | |
tree | a91482f4c1c3d9219e2614778bd3b5b6892975e7 /sci-libs | |
parent | sci-libs/cantera: 2.4.0-r1. Fix ebuild to satisfy GLEP73BackAlteration (diff) | |
download | gentoo-0e331ec643b7933a8d37bfb7bb9591b324231574.tar.gz gentoo-0e331ec643b7933a8d37bfb7bb9591b324231574.tar.bz2 gentoo-0e331ec643b7933a8d37bfb7bb9591b324231574.zip |
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 <torokhov_s_a@mail.ru>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |