www-client/torbrowser-launcher: enable py3.11

Signed-off-by: Hayley Hughes <hayley@foxes.systems>
This commit is contained in:
Hayley Hughes
2023-01-13 18:41:19 +11:00
parent 9a69f5d852
commit 6dd987743d

View File

@@ -3,8 +3,8 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=no
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 optfeature xdg