From 7dafb3115ae50dc666dffb36075eabd9bc577588 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 27 Feb 2022 10:18:53 +0000 Subject: [PATCH] x11-wm/xpra: Add Python 3.10 to version 4.3.2 The tests pass. Signed-off-by: James Le Cuirot --- x11-wm/xpra/xpra-4.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-4.3.2.ebuild b/x11-wm/xpra/xpra-4.3.2.ebuild index 0e1835e5a1262..84c10467c081e 100644 --- a/x11-wm/xpra/xpra-4.3.2.ebuild +++ b/x11-wm/xpra/xpra-4.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) DISTUTILS_SINGLE_IMPL=yes DISTUTILS_USE_SETUPTOOLS=no inherit xdg xdg-utils distutils-r1 tmpfiles udev