Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Thu, 30 Aug 2018 09:39:32
Message-Id: 1535621931.f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c.amadio@gentoo
1 commit: f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 09:37:55 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 09:38:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29fcac9
7
8 sci-physics/root: add Python 3.7 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sci-physics/root/root-6.14.04-r2.ebuild | 2 +-
13 sci-physics/root/root-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-physics/root/root-6.14.04-r2.ebuild b/sci-physics/root/root-6.14.04-r2.ebuild
17 index cc9edde9d8d..55de392a705 100644
18 --- a/sci-physics/root/root-6.14.04-r2.ebuild
19 +++ b/sci-physics/root/root-6.14.04-r2.ebuild
20 @@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE=Release
21 # ninja does not work due to fortran
22 CMAKE_MAKEFILE_GENERATOR=emake
23 FORTRAN_NEEDED="fortran"
24 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
26
27 inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
28 prefix python-single-r1 toolchain-funcs
29
30 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
31 index 41a7e18306a..ebbfb3fcd52 100644
32 --- a/sci-physics/root/root-9999.ebuild
33 +++ b/sci-physics/root/root-9999.ebuild
34 @@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE=Release
35 # ninja does not work due to fortran
36 CMAKE_MAKEFILE_GENERATOR=emake
37 FORTRAN_NEEDED="fortran"
38 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
39 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
40
41 inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
42 prefix python-single-r1 toolchain-funcs