diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 21:04:12 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 21:04:16 -0500 |
commit | 10cda46db35235ad98c4d603b1aa6b93615d2977 (patch) | |
tree | 1386f2e65085a726f66748dde406367111f710f8 /dev-util/gertty/gertty-1.6.0-r1.ebuild | |
parent | dev-util/ply: delete unused .la file (diff) | |
download | gentoo-10cda46db35235ad98c4d603b1aa6b93615d2977.tar.gz gentoo-10cda46db35235ad98c4d603b1aa6b93615d2977.tar.bz2 gentoo-10cda46db35235ad98c4d603b1aa6b93615d2977.zip |
dev-util/gertty: add python3.10 to python_compat
Closes: https://bugs.gentoo.org/845945
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-util/gertty/gertty-1.6.0-r1.ebuild')
-rw-r--r-- | dev-util/gertty/gertty-1.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index fbd4f6bcd9f2..81582d8aa357 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_8 ) inherit distutils-r1 |