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, 07 May 2020 13:44:16
Message-Id: 1588859031.6bdfeaf97727c16d33201a382c6e3d0df2d9e133.amadio@gentoo
1 commit: 6bdfeaf97727c16d33201a382c6e3d0df2d9e133
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:43:00 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 13:43:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdfeaf9
7
8 sci-physics/root: add python3.8 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 sci-physics/root/root-6.20.04.ebuild | 2 +-
14 sci-physics/root/root-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-physics/root/root-6.20.04.ebuild b/sci-physics/root/root-6.20.04.ebuild
18 index 07d451fd715..71c51ffb3f9 100644
19 --- a/sci-physics/root/root-6.20.04.ebuild
20 +++ b/sci-physics/root/root-6.20.04.ebuild
21 @@ -6,7 +6,7 @@ EAPI=6
22 # ninja does not work due to fortran
23 CMAKE_MAKEFILE_GENERATOR=emake
24 FORTRAN_NEEDED="fortran"
25 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
26 +PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
27
28 inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
29 prefix python-single-r1 toolchain-funcs
30
31 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
32 index 60e7f05e2b1..c8b16d196ea 100644
33 --- a/sci-physics/root/root-9999.ebuild
34 +++ b/sci-physics/root/root-9999.ebuild
35 @@ -6,7 +6,7 @@ EAPI=6
36 # ninja does not work due to fortran
37 CMAKE_MAKEFILE_GENERATOR=emake
38 FORTRAN_NEEDED="fortran"
39 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
40 +PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
41
42 inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
43 prefix python-single-r1 toolchain-funcs