commit: c366d2e26eebaecef660b88afb6f76b4a3ef721c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 06:58:28 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 07:02:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c366d2e2
sci-physics/espresso: Remove Python 2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-physics/espresso/espresso-4.0.0-r1.ebuild | 2 +-
sci-physics/espresso/espresso-4.0_pre20170228.ebuild | 2 +-
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 b969b400a5e..00b53caa2ef 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 4d969a356a2..5755eba6cdf 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 51c609793c3..b9d14d3937e 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