diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-02-27 10:18:53 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-02-27 10:18:53 +0000 |
commit | 7dafb3115ae50dc666dffb36075eabd9bc577588 (patch) | |
tree | 685461fb93cb9eeb12e08fde0000ba525a6c5193 /x11-wm | |
parent | dev-db/qt5-sqlcipher: Migrate to cmake.eclass (diff) | |
download | gentoo-7dafb3115ae50dc666dffb36075eabd9bc577588.tar.gz gentoo-7dafb3115ae50dc666dffb36075eabd9bc577588.tar.bz2 gentoo-7dafb3115ae50dc666dffb36075eabd9bc577588.zip |
x11-wm/xpra: Add Python 3.10 to version 4.3.2
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xpra/xpra-4.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xpra/xpra-4.3.2.ebuild b/x11-wm/xpra/xpra-4.3.2.ebuild index 0e1835e5a126..84c10467c081 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 |