summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-31 12:19:19 +0100
committerSam James <sam@gentoo.org>2022-05-31 12:20:07 +0100
commit04413ec87d054965870982121e604c3d4d2d3a99 (patch)
treef668d58e6948baaac8c7846587dc8060c6663749 /app-misc/byobu
parentmedia-sound/gpodder: add Python 3.10, fix tests (diff)
downloadgentoo-04413ec87d054965870982121e604c3d4d2d3a99.tar.gz
gentoo-04413ec87d054965870982121e604c3d4d2d3a99.tar.bz2
gentoo-04413ec87d054965870982121e604c3d4d2d3a99.zip
app-misc/byobu: enable py3.10
Closes: https://bugs.gentoo.org/845492 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/byobu')
-rw-r--r--app-misc/byobu/byobu-5.133.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild
index 66297818d763..0adca6fac99c 100644
--- a/app-misc/byobu/byobu-5.133.ebuild
+++ b/app-misc/byobu/byobu-5.133.ebuild
@@ -1,9 +1,9 @@
-# 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_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-single-r1