Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/
Date: Sun, 27 Feb 2022 10:19:22
Message-Id: 1645957133.7dafb3115ae50dc666dffb36075eabd9bc577588.chewi@gentoo
1 commit: 7dafb3115ae50dc666dffb36075eabd9bc577588
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 10:18:53 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:18:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dafb311
7
8 x11-wm/xpra: Add Python 3.10 to version 4.3.2
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 x11-wm/xpra/xpra-4.3.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-wm/xpra/xpra-4.3.2.ebuild b/x11-wm/xpra/xpra-4.3.2.ebuild
18 index 0e1835e5a126..84c10467c081 100644
19 --- a/x11-wm/xpra/xpra-4.3.2.ebuild
20 +++ b/x11-wm/xpra/xpra-4.3.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=8
24
25 -PYTHON_COMPAT=( python3_{7,8,9} )
26 +PYTHON_COMPAT=( python3_{7,8,9,10} )
27 DISTUTILS_SINGLE_IMPL=yes
28 DISTUTILS_USE_SETUPTOOLS=no
29 inherit xdg xdg-utils distutils-r1 tmpfiles udev