diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 08:58:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 08:58:29 +0100 |
commit | a5dac8d5ca0c8cb08d474dd4b3d2a0037cd897f0 (patch) | |
tree | 0bc1a42036e4ed65e87d65f0c68174cf80b204f6 /sci-physics/root | |
parent | sci-visualization/paraview: Remove Python 2 (diff) | |
download | gentoo-a5dac8d5ca0c8cb08d474dd4b3d2a0037cd897f0.tar.gz gentoo-a5dac8d5ca0c8cb08d474dd4b3d2a0037cd897f0.tar.bz2 gentoo-a5dac8d5ca0c8cb08d474dd4b3d2a0037cd897f0.zip |
sci-physics/root: Revert "Remove Python 2"
sci-physics/yoda needs it.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-6.12.06-r11.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.14.08-r4.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.16.00-r4.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.18.04.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sci-physics/root/root-6.12.06-r11.ebuild b/sci-physics/root/root-6.12.06-r11.ebuild index 139fd7277d1e..2cf1a95ecc94 100644 --- a/sci-physics/root/root-6.12.06-r11.ebuild +++ b/sci-physics/root/root-6.12.06-r11.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit cmake-utils eapi7-ver elisp-common eutils fortran-2 \ prefix python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-6.14.08-r4.ebuild b/sci-physics/root/root-6.14.08-r4.ebuild index eeb19eb0b208..5bbe2ef19769 100644 --- a/sci-physics/root/root-6.14.08-r4.ebuild +++ b/sci-physics/root/root-6.14.08-r4.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{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-6.16.00-r4.ebuild b/sci-physics/root/root-6.16.00-r4.ebuild index c4a7323b08a3..a5cb23b4a646 100644 --- a/sci-physics/root/root-6.16.00-r4.ebuild +++ b/sci-physics/root/root-6.16.00-r4.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{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-6.18.04.ebuild b/sci-physics/root/root-6.18.04.ebuild index 369dc19e6dbe..ff963889945d 100644 --- a/sci-physics/root/root-6.18.04.ebuild +++ b/sci-physics/root/root-6.18.04.ebuild @@ -6,7 +6,7 @@ EAPI=6 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{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 5af6fb5eac02..2ced39aaf198 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=( python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ prefix python-single-r1 toolchain-funcs |