From: Michał Górny Date: Tue, 11 Feb 2020 11:55:02 +0000 (+0100) Subject: dev-util/catfish: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e90ffd43d000c6a39ba38ec1c5a4fc95577fab5c;p=gentoo.git dev-util/catfish: Remove py2 Signed-off-by: Michał Górny --- 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