commit: f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 09:37:55 2018 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 09:38:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29fcac9
sci-physics/root: add Python 3.7 to PYTHON_COMPAT
Package-Manager: Portage-2.3.48, Repoman-2.3.10
sci-physics/root/root-6.14.04-r2.ebuild | 2 +-
sci-physics/root/root-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-physics/root/root-6.14.04-r2.ebuild
b/sci-physics/root/root-6.14.04-r2.ebuild
index cc9edde9d8d..55de392a705 100644
--- a/sci-physics/root/root-6.14.04-r2.ebuild
+++ b/sci-physics/root/root-6.14.04-r2.ebuild
@@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE=Release
# ninja does not work due to fortran
CMAKE_MAKEFILE_GENERATOR=emake
FORTRAN_NEEDED="fortran"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
prefix python-single-r1 toolchain-funcs
diff --git a/sci-physics/root/root-9999.ebuild
b/sci-physics/root/root-9999.ebuild
index 41a7e18306a..ebbfb3fcd52 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE=Release
# ninja does not work due to fortran
CMAKE_MAKEFILE_GENERATOR=emake
FORTRAN_NEEDED="fortran"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
prefix python-single-r1 toolchain-funcs