diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:08:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:16:01 +0100 |
commit | 284a9592d44ce4e5427b2d2b653e7e464fc5aeef (patch) | |
tree | e22a382fefe1c9af47c5d60efccba1803033f882 /app-portage/tatt | |
parent | dev-python/pysnmp: Remove py2 (diff) | |
download | gentoo-284a9592d44ce4e5427b2d2b653e7e464fc5aeef.tar.gz gentoo-284a9592d44ce4e5427b2d2b653e7e464fc5aeef.tar.bz2 gentoo-284a9592d44ce4e5427b2d2b653e7e464fc5aeef.zip |
app-portage/tatt: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/tatt')
-rw-r--r-- | app-portage/tatt/tatt-0.5.ebuild | 2 | ||||
-rw-r--r-- | app-portage/tatt/tatt-0.6.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |