Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/
Date: Fri, 29 Oct 2021 07:16:33
Message-Id: 1635491772.407a11e92593ee16df96c63cd709a5928b853c7b.arthurzam@gentoo
1 commit: 407a11e92593ee16df96c63cd709a5928b853c7b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 05:23:58 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 07:16:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407a11e9
7
8 x11-base/xorg-proto: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 x11-base/xorg-proto/xorg-proto-2021.5.ebuild | 2 +-
13 x11-base/xorg-proto/xorg-proto-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-base/xorg-proto/xorg-proto-2021.5.ebuild b/x11-base/xorg-proto/xorg-proto-2021.5.ebuild
17 index 3544d1e5d5e..865b171e534 100644
18 --- a/x11-base/xorg-proto/xorg-proto-2021.5.ebuild
19 +++ b/x11-base/xorg-proto/xorg-proto-2021.5.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 MY_PN="${PN/xorg-/xorg}"
28 MY_P="${MY_PN}-${PV}"
29
30 diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild
31 index 3544d1e5d5e..865b171e534 100644
32 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild
33 +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( python3_{7..9} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40
41 MY_PN="${PN/xorg-/xorg}"
42 MY_P="${MY_PN}-${PV}"