diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-10-14 13:50:21 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-10-14 13:50:21 +0300 |
commit | 78f61f36c1966b78a9038aaf9ffcadc6a52f43ae (patch) | |
tree | 43fe6d6de26b78628ef45cd7541346c93e413480 /x11-wm/xpra | |
parent | dev-python/pycups: add py39 (diff) | |
download | gentoo-78f61f36c1966b78a9038aaf9ffcadc6a52f43ae.tar.gz gentoo-78f61f36c1966b78a9038aaf9ffcadc6a52f43ae.tar.bz2 gentoo-78f61f36c1966b78a9038aaf9ffcadc6a52f43ae.zip |
x11-wm/xpra: add py39
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'x11-wm/xpra')
-rw-r--r-- | x11-wm/xpra/xpra-3.0.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xpra/xpra-3.0.5-r1.ebuild b/x11-wm/xpra/xpra-3.0.5-r1.ebuild index 843bae636e49..0e40fc2e6e0b 100644 --- a/x11-wm/xpra/xpra-3.0.5-r1.ebuild +++ b/x11-wm/xpra/xpra-3.0.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit xdg distutils-r1 eutils flag-o-matic user tmpfiles prefix DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy" |