summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@gentoo.org>2024-04-30 11:40:48 +0200
committerArsen Arsenović <arsen@gentoo.org>2024-05-03 23:05:04 +0200
commite84510e2eac19fc208e03f4355c0ec1d724418fc (patch)
tree6acff9a8e657a6b1258f7a3ae56e9c08ab77bd3d /sys-libs/basu
parentsys-libs/libnbd: enable py3.12 (diff)
downloadgentoo-e84510e2eac19fc208e03f4355c0ec1d724418fc.tar.gz
gentoo-e84510e2eac19fc208e03f4355c0ec1d724418fc.tar.bz2
gentoo-e84510e2eac19fc208e03f4355c0ec1d724418fc.zip
sys-libs/basu: enable py3.12
Closes: https://bugs.gentoo.org/929849 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'sys-libs/basu')
-rw-r--r--sys-libs/basu/basu-0.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/basu/basu-0.2.1.ebuild b/sys-libs/basu/basu-0.2.1.ebuild
index 624ab35ea61e..8b4c52f4db83 100644
--- a/sys-libs/basu/basu-0.2.1.ebuild
+++ b/sys-libs/basu/basu-0.2.1.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_{10..12} )
inherit meson python-any-r1
DESCRIPTION="The sd-bus library, extracted from systemd"