commit: dbd7582b3d4a9ecfb89a38e8493d718cf831b9d8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 18:28:18 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 18:44:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd7582b
dev-python/authres: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/authres/authres-0.800.ebuild | 2 +-
dev-python/authres/authres-1.1.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/authres/authres-0.800.ebuild
b/dev-python/authres/authres-0.800.ebuild
index a2824ec8e27..b3a088be0c3 100644
--- a/dev-python/authres/authres-0.800.ebuild
+++ b/dev-python/authres/authres-0.800.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/authres/authres-1.1.1.ebuild
b/dev-python/authres/authres-1.1.1.ebuild
index 26a7340c638..494482fe441 100644
--- a/dev-python/authres/authres-1.1.1.ebuild
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
inherit distutils-r1