summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-05-19 21:04:12 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-05-19 21:04:16 -0500
commit10cda46db35235ad98c4d603b1aa6b93615d2977 (patch)
tree1386f2e65085a726f66748dde406367111f710f8
parentdev-util/ply: delete unused .la file (diff)
downloadgentoo-10cda46d.tar.gz
gentoo-10cda46d.tar.bz2
gentoo-10cda46d.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>
-rw-r--r--dev-util/gertty/gertty-1.6.0-r1.ebuild4
-rw-r--r--dev-util/gertty/gertty-9999.ebuild6
2 files changed, 5 insertions, 5 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
diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index dd4e83ac1992..9c6ff68f0c18 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.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 )
+EAPI=8
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 )
inherit distutils-r1