diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-08-30 11:37:55 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-08-30 11:38:51 +0200 |
commit | f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c (patch) | |
tree | 661418f592a896df0a2729ed0ebfe8ebc39fcf2e /sci-physics/root/root-9999.ebuild | |
parent | sys-boot/refind: remove old (diff) | |
download | gentoo-f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c.tar.gz gentoo-f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c.tar.bz2 gentoo-f29fcac9d15f2dbd130190c2a8880c8c7bb58e8c.zip |
sci-physics/root: add Python 3.7 to PYTHON_COMPAT
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sci-physics/root/root-9999.ebuild')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 41a7e18306a9..ebbfb3fcd527 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 |