diff options
author | Sam James <sam@gentoo.org> | 2020-12-02 22:44:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-02 22:44:40 +0000 |
commit | 41811b4c3f4e690bdb66c611d25ee16041638c9a (patch) | |
tree | 2600618872d72e71082c5de0e16116be0eaa6d83 /app-portage/tatt | |
parent | dev-util/debhelper: Stabilize 13.2.1 arm, #757408 (diff) | |
download | gentoo-41811b4c3f4e690bdb66c611d25ee16041638c9a.tar.gz gentoo-41811b4c3f4e690bdb66c611d25ee16041638c9a.tar.bz2 gentoo-41811b4c3f4e690bdb66c611d25ee16041638c9a.zip |
app-portage/tatt: add Python 3.8, 3.9
Closes: https://bugs.gentoo.org/758149
Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage/tatt')
-rw-r--r-- | app-portage/tatt/tatt-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild b/app-portage/tatt/tatt-0.7-r1.ebuild index 2498b44643e9..59b5f9986ea5 100644 --- a/app-portage/tatt/tatt-0.7-r1.ebuild +++ b/app-portage/tatt/tatt-0.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 |