diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2020-05-07 15:43:00 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2020-05-07 15:43:51 +0200 |
commit | 6bdfeaf97727c16d33201a382c6e3d0df2d9e133 (patch) | |
tree | 5fe11697a328d430ec60aa49b906a301386788f9 /sci-physics | |
parent | sys-libs/libapparmor: remove 2.13.3 (diff) | |
download | gentoo-6bdfeaf97727c16d33201a382c6e3d0df2d9e133.tar.gz gentoo-6bdfeaf97727c16d33201a382c6e3d0df2d9e133.tar.bz2 gentoo-6bdfeaf97727c16d33201a382c6e3d0df2d9e133.zip |
sci-physics/root: add python3.8 to PYTHON_COMPAT
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.20.04.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/root/root-6.20.04.ebuild b/sci-physics/root/root-6.20.04.ebuild index 07d451fd7159..71c51ffb3f90 100644 --- a/sci-physics/root/root-6.20.04.ebuild +++ b/sci-physics/root/root-6.20.04.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) 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 60e7f05e2b16..c8b16d196ea1 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ prefix python-single-r1 toolchain-funcs |