diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-16 12:03:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-16 12:04:59 +0200 |
commit | 92c5ae47a5cf6dae15a6e81cb8969b168b287555 (patch) | |
tree | 2bfc8bfa516dd140ea4b210c7b50bfdfdb4abd16 /sci-physics/root | |
parent | sci-physics/yoda: Disable python2 (diff) | |
download | gentoo-92c5ae47a5cf6dae15a6e81cb8969b168b287555.tar.gz gentoo-92c5ae47a5cf6dae15a6e81cb8969b168b287555.tar.bz2 gentoo-92c5ae47a5cf6dae15a6e81cb8969b168b287555.zip |
sci-physics/root: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-6.18.04-r3.ebuild (renamed from sci-physics/root/root-6.18.04-r2.ebuild) | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.20.06.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.20.08.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.22.00.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.22.02-r1.ebuild (renamed from sci-physics/root/root-6.22.02.ebuild) | 2 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sci-physics/root/root-6.18.04-r2.ebuild b/sci-physics/root/root-6.18.04-r3.ebuild index 43c415eacfdb..45eb62c6d7da 100644 --- a/sci-physics/root/root-6.18.04-r2.ebuild +++ b/sci-physics/root/root-6.18.04-r3.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.20.06.ebuild b/sci-physics/root/root-6.20.06.ebuild index 4403d94be474..b87d8f13f490 100644 --- a/sci-physics/root/root-6.20.06.ebuild +++ b/sci-physics/root/root-6.20.06.ebuild @@ -6,7 +6,7 @@ EAPI=7 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-6.20.08.ebuild b/sci-physics/root/root-6.20.08.ebuild index 4403d94be474..b87d8f13f490 100644 --- a/sci-physics/root/root-6.20.08.ebuild +++ b/sci-physics/root/root-6.20.08.ebuild @@ -6,7 +6,7 @@ EAPI=7 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-6.22.00.ebuild b/sci-physics/root/root-6.22.00.ebuild index 004a33d9d3c7..6d38269415d8 100644 --- a/sci-physics/root/root-6.22.00.ebuild +++ b/sci-physics/root/root-6.22.00.ebuild @@ -6,7 +6,7 @@ EAPI=7 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-6.22.02.ebuild b/sci-physics/root/root-6.22.02-r1.ebuild index 24742a32e5e6..0e959e9f8eb6 100644 --- a/sci-physics/root/root-6.22.02.ebuild +++ b/sci-physics/root/root-6.22.02-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake cuda elisp-common 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 54b3cc2715b1..ea179bf40fa0 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs |