commit: fac70ebb8e8402e3e7251d75f7291770119df19f Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Apr 16 17:21:59 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Apr 16 18:07:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac70ebb
sys-libs/tdb: enable py3.12 https://bugs.gentoo.org/929862 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> sys-libs/tdb/tdb-1.4.8.ebuild | 4 ++-- 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