diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-04-16 12:21:59 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-04-16 13:07:20 -0500 |
commit | fac70ebb8e8402e3e7251d75f7291770119df19f (patch) | |
tree | a31eb0eb4dba14ae13a7e114acdaa2b5405ec8ee /sys-libs | |
parent | net-fs/cifs-utils: drop 6.15-r1 (diff) | |
download | gentoo-fac70ebb8e8402e3e7251d75f7291770119df19f.tar.gz gentoo-fac70ebb8e8402e3e7251d75f7291770119df19f.tar.bz2 gentoo-fac70ebb8e8402e3e7251d75f7291770119df19f.zip |
sys-libs/tdb: enable py3.12
https://bugs.gentoo.org/929862
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/tdb-1.4.8.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.4.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/tdb/tdb-1.4.8.ebuild b/sys-libs/tdb/tdb-1.4.8.ebuild index 367f845e970f..7215d9d77bb6 100644 --- a/sys-libs/tdb/tdb-1.4.8.ebuild +++ b/sys-libs/tdb/tdb-1.4.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 diff --git a/sys-libs/tdb/tdb-1.4.9.ebuild b/sys-libs/tdb/tdb-1.4.9.ebuild index 5b6c8e1e5448..aaa8bb18ce55 100644 --- a/sys-libs/tdb/tdb-1.4.9.ebuild +++ b/sys-libs/tdb/tdb-1.4.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 |