sys-libs/ldb: enable py3.11

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2023-02-03 12:44:29 +00:00
parent dafffcae65
commit 776cd54ec8
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="threads(+)"
inherit python-single-r1 waf-utils multilib-minimal

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="threads(+)"
inherit python-single-r1 waf-utils multilib-minimal

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="threads(+)"
inherit python-single-r1 waf-utils multilib-minimal