commit: 284a9592d44ce4e5427b2d2b653e7e464fc5aeef Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Feb 10 11:08:46 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 11:16:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284a9592
app-portage/tatt: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/tatt/tatt-0.5.ebuild | 2 +- app-portage/tatt/tatt-0.6.ebuild | 2 +- app-portage/tatt/tatt-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/tatt/tatt-0.5.ebuild b/app-portage/tatt/tatt-0.5.ebuild index 34f4aa75b7f..347603126f6 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 99e6ef2ee94..ead88748c27 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 c0f9e775f5c..8351da5ce08 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
