Diff tdb-1.4.12 with a tdb-1.4.15

/usr/portage/sys-libs/tdb/tdb-1.4.15.ebuild 2026-06-10 19:17:07.283657216 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..13} )
6
PYTHON_COMPAT=( python3_{10..14} )
7 7
PYTHON_REQ_USE="threads(+)"
8
inherit waf-utils multilib-minimal python-single-r1 flag-o-matic
8
inherit flag-o-matic waf-utils multilib-minimal python-single-r1
9 9

  
10 10
DESCRIPTION="Simple database API"
11 11
HOMEPAGE="https://tdb.samba.org/"
Thank you!