diff options
Diffstat (limited to 'app-emulation/libguestfs/libguestfs-1.48.4.ebuild')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.48.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.48.4.ebuild b/app-emulation/libguestfs/libguestfs-1.48.4.ebuild index d695ee93e22c..9cfc764e17f9 100644 --- a/app-emulation/libguestfs/libguestfs-1.48.4.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.48.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 # Bump with app-emulation/guestfs-tools and app-emulation/libguestfs-appliance (if any new release there) LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools flag-o-matic linux-info lua-single perl-functions python-single-r1 strip-linguas toolchain-funcs @@ -120,7 +120,7 @@ DOCS=( AUTHORS BUGS ChangeLog HACKING README TODO ) PATCHES=( #"${FILESDIR}"/${MY_PV_1}/ - "${FILESDIR}"/1.44/ + #"${FILESDIR}"/1.44/ ) pkg_setup() { |