Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/
Date: Tue, 31 May 2022 11:20:25
Message-Id: 1653996007.04413ec87d054965870982121e604c3d4d2d3a99.sam@gentoo
1 commit: 04413ec87d054965870982121e604c3d4d2d3a99
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 11:19:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 11:20:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04413ec8
7
8 app-misc/byobu: enable py3.10
9
10 Closes: https://bugs.gentoo.org/845492
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/byobu/byobu-5.133.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/byobu/byobu-5.133.ebuild b/app-misc/byobu/byobu-5.133.ebuild
17 index 66297818d763..0adca6fac99c 100644
18 --- a/app-misc/byobu/byobu-5.133.ebuild
19 +++ b/app-misc/byobu/byobu-5.133.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{8,9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 inherit python-single-r1