From: Michał Górny Date: Wed, 5 Feb 2020 15:43:05 +0000 (+0100) Subject: dev-python/kitchen: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74d972543c21f8597364ac6d4b8df2bbfe92635b;p=gentoo.git dev-python/kitchen: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/kitchen/kitchen-1.2.4.ebuild b/dev-python/kitchen/kitchen-1.2.4.ebuild index c7781b8ddb86..a3b3a65da25d 100644 --- a/dev-python/kitchen/kitchen-1.2.4.ebuild +++ b/dev-python/kitchen/kitchen-1.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="A cornucopia of useful code" diff --git a/dev-python/kitchen/kitchen-1.2.5.ebuild b/dev-python/kitchen/kitchen-1.2.5.ebuild index ec7319b41b17..b2f19f14cfeb 100644 --- a/dev-python/kitchen/kitchen-1.2.5.ebuild +++ b/dev-python/kitchen/kitchen-1.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="A cornucopia of useful code"