Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/
Date: Fri, 19 Jul 2019 16:45:09
Message-Id: 1563554695.0e331ec643b7933a8d37bfb7bb9591b324231574.mgorny@gentoo
1 commit: 0e331ec643b7933a8d37bfb7bb9591b324231574
2 Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Fri Jun 21 22:27:33 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 16:44:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e331ec6
7
8 sci-libs/cantera: 2.4.0-r1. Add PYTHON_COMPAT=( python3_7 )
9
10 After updated dev-util/scons (scons-3.0.5-r1.ebuild)
11 now it's possible to build Cantera with Python 3.7.
12
13 All tests of src_test() phase are passed.
14
15 Signed-off-by: Sergey Torokhov <torokhov_s_a <AT> mail.ru>
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
22 index 435742d4be0..cd7dafba1b5 100644
23 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild
24 +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
25 @@ -3,7 +3,7 @@
26
27 EAPI=6
28
29 -PYTHON_COMPAT=( python3_{5,6} )
30 +PYTHON_COMPAT=( python3_{5,6,7} )
31
32 FORTRAN_NEEDED=fortran
33 FORTRAN_STANDARD=90