diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-06-19 12:31:19 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-06-19 12:32:41 +0200 |
commit | 875e3a12f4c8eb56be790370d851e9995dceb916 (patch) | |
tree | 6450bfb3c62462df7d733543f07e4b499e39c516 /app-emulation/libguestfs | |
parent | app-emulation/virt-viewer: enable py3.12 (diff) | |
download | gentoo-875e3a12f4c8eb56be790370d851e9995dceb916.tar.gz gentoo-875e3a12f4c8eb56be790370d851e9995dceb916.tar.bz2 gentoo-875e3a12f4c8eb56be790370d851e9995dceb916.zip |
app-emulation/libguestfs: enable py3.12
Closes: https://bugs.gentoo.org/929308
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild index 5ebf7d85f162..17be6704f2bb 100644 --- a/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.48.6-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Bump with app-emulation/guestfs-tools and app-emulation/libguestfs-appliance (if any new release there) LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools flag-o-matic linux-info lua-single perl-functions python-single-r1 strip-linguas toolchain-funcs |