diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:58:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 08:02:54 +0100 |
commit | c366d2e26eebaecef660b88afb6f76b4a3ef721c (patch) | |
tree | 3b703651093ca7b9fc93289b9100f6a5babf48cb | |
parent | sci-libs/shogun: Remove Python 2 (diff) | |
download | gentoo-c366d2e26eebaecef660b88afb6f76b4a3ef721c.tar.gz gentoo-c366d2e26eebaecef660b88afb6f76b4a3ef721c.tar.bz2 gentoo-c366d2e26eebaecef660b88afb6f76b4a3ef721c.zip |
sci-physics/espresso: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sci-physics/espresso/espresso-4.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-4.0_pre20170228.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/espresso/espresso-4.0.0-r1.ebuild b/sci-physics/espresso/espresso-4.0.0-r1.ebuild index b969b400a5e5..00b53caa2efc 100644 --- a/sci-physics/espresso/espresso-4.0.0-r1.ebuild +++ b/sci-physics/espresso/espresso-4.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils python-single-r1 savedconfig diff --git a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild index 4d969a356a2a..5755eba6cdf1 100644 --- a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild +++ b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils python-single-r1 savedconfig diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 51c609793c31..b9d14d3937e5 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils python-single-r1 savedconfig |