commit: e90ffd43d000c6a39ba38ec1c5a4fc95577fab5c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:55:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90ffd43
dev-util/catfish: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/catfish/catfish-1.4.10.ebuild | 2 +-
dev-util/catfish/catfish-1.4.12.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/catfish/catfish-1.4.10.ebuild
b/dev-util/catfish/catfish-1.4.10.ebuild
index d9d46da57b5..0bc71a93023 100644
--- a/dev-util/catfish/catfish-1.4.10.ebuild
+++ b/dev-util/catfish/catfish-1.4.10.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} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 xdg-utils
diff --git a/dev-util/catfish/catfish-1.4.12.ebuild
b/dev-util/catfish/catfish-1.4.12.ebuild
index 75b42f50ed9..1db3db29c0d 100644
--- a/dev-util/catfish/catfish-1.4.12.ebuild
+++ b/dev-util/catfish/catfish-1.4.12.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 xdg-utils