dev-libs/libprelude: enable py3.9, enable py3.10

Closes: https://bugs.gentoo.org/802057
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-09-30 14:54:13 +03:00
parent a6fb6e4412
commit 594e53bef0

View File

@@ -3,11 +3,9 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{8..10} )
USE_RUBY="ruby25 ruby26 ruby27"
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_SETUPTOOLS=no
LUA_COMPAT=( lua5-{1..3} )
inherit autotools distutils-r1 lua-single ruby-single