From: Michał Górny Date: Mon, 10 Feb 2020 11:08:46 +0000 (+0100) Subject: app-portage/tatt: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=284a9592d44ce4e5427b2d2b653e7e464fc5aeef;p=gentoo.git app-portage/tatt: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-portage/tatt/tatt-0.5.ebuild b/app-portage/tatt/tatt-0.5.ebuild index 34f4aa75b7f1..347603126f66 100644 --- a/app-portage/tatt/tatt-0.5.ebuild +++ b/app-portage/tatt/tatt-0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-portage/tatt/tatt-0.6.ebuild b/app-portage/tatt/tatt-0.6.ebuild index 99e6ef2ee940..ead88748c274 100644 --- a/app-portage/tatt/tatt-0.6.ebuild +++ b/app-portage/tatt/tatt-0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index c0f9e775f5c7..8351da5ce080 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 git-r3