summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:55:02 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 13:16:05 +0100
commite90ffd43d000c6a39ba38ec1c5a4fc95577fab5c (patch)
treee62c2c476cf14d04d47a7979dd12a770b0ff0f9a
parentdev-util/bumpversion: Remove py2 (diff)
downloadgentoo-e90ffd43.tar.gz
gentoo-e90ffd43.tar.bz2
gentoo-e90ffd43.zip
dev-util/catfish: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/catfish/catfish-1.4.10.ebuild2
-rw-r--r--dev-util/catfish/catfish-1.4.12.ebuild2
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 d9d46da57b5b..0bc71a930237 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 75b42f50ed9c..1db3db29c0d4 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