From: Michał Górny Date: Tue, 11 Feb 2020 11:29:19 +0000 (+0100) Subject: app-portage/diffmask: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d81b4c4503396cb0b1c2daad235eb25d960c9f3;p=gentoo.git app-portage/diffmask: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild index 696a18ca528d..24c622a843e3 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r4.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 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index e644b0bc2a5e..b1bce60981a1 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.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 git-r3