diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-09 21:35:53 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-09 21:57:14 +0100 |
commit | 9b078b9e853b9660355ca04f285c83db3cbdcd7b (patch) | |
tree | 2a1301b068c29fc69a9c7cf1c9c68c20234590d7 /sys-libs/tdb | |
parent | app-emulation/docker: build fixes for 20.10.2 (diff) | |
download | gentoo-9b078b9e853b9660355ca04f285c83db3cbdcd7b.tar.gz gentoo-9b078b9e853b9660355ca04f285c83db3cbdcd7b.tar.bz2 gentoo-9b078b9e853b9660355ca04f285c83db3cbdcd7b.zip |
sys-libs/tdb: Added python3_9 support
Closes: https://bugs.gentoo.org/762838
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs/tdb')
-rw-r--r-- | sys-libs/tdb/tdb-1.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/tdb/tdb-1.4.3.ebuild b/sys-libs/tdb/tdb-1.4.3.ebuild index 2f79ca06be23..52f2208bdf0c 100644 --- a/sys-libs/tdb/tdb-1.4.3.ebuild +++ b/sys-libs/tdb/tdb-1.4.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 |