diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:59:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 08:02:56 +0100 |
commit | 904aea5c1f8e00e7c8f92795657b34d68ae95c06 (patch) | |
tree | ab9c9d0ad889ed3417a8e18942acc75cc069d3c4 /sci-physics | |
parent | sci-physics/qutip: Remove Python 2 (diff) | |
download | gentoo-904aea5c1f8e00e7c8f92795657b34d68ae95c06.tar.gz gentoo-904aea5c1f8e00e7c8f92795657b34d68ae95c06.tar.bz2 gentoo-904aea5c1f8e00e7c8f92795657b34d68ae95c06.zip |
sci-physics/root: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics')
-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 2cf1a95ecc94..139fd7277d1e 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=( python2_7 python3_6 ) +PYTHON_COMPAT=( 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 5bbe2ef19769..eeb19eb0b208 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=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( 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 a5cb23b4a646..c4a7323b08a3 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=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( 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 ff963889945d..369dc19e6dbe 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=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( 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 2ced39aaf198..5af6fb5eac02 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=( python3_{6,7} ) inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ prefix python-single-r1 toolchain-funcs |