commit:     00467d8708bbb739abed897ade3b03e67a93d632
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:31:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:38:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00467d87

app-portage/gentoopm: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gentoopm/gentoopm-0.3.0.ebuild | 2 +-
 app-portage/gentoopm/gentoopm-0.3.1.ebuild | 2 +-
 app-portage/gentoopm/gentoopm-9999.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild 
b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
index 56056b4658b..abd20a56c46 100644
--- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild 
b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index 9b91c0258f1..e484c87c1b9 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 

diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild 
b/app-portage/gentoopm/gentoopm-9999.ebuild
index 32c5bfe6d4b..de49913038d 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git";
 inherit distutils-r1 git-r3

Reply via email to