diff options
author | Sam James <sam@gentoo.org> | 2023-01-10 03:14:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-10 03:14:11 +0000 |
commit | 784962c6b4c696e79ddb9e184cbeba74c099791b (patch) | |
tree | 91e7ea04ba45da897bc75d1231f9450261b758e2 /sys-libs/tdb | |
parent | net-mail/fdm: add 2.2 (diff) | |
download | gentoo-784962c6b4c696e79ddb9e184cbeba74c099791b.tar.gz gentoo-784962c6b4c696e79ddb9e184cbeba74c099791b.tar.bz2 gentoo-784962c6b4c696e79ddb9e184cbeba74c099791b.zip |
sys-libs/tdb: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/tdb')
-rw-r--r-- | sys-libs/tdb/tdb-1.4.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/tdb/tdb-1.4.7-r1.ebuild b/sys-libs/tdb/tdb-1.4.7-r1.ebuild index 1b19f142b0eb..5469730024d1 100644 --- a/sys-libs/tdb/tdb-1.4.7-r1.ebuild +++ b/sys-libs/tdb/tdb-1.4.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 |