diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 22:31:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-16 03:26:25 +0000 |
commit | cf3c5e74193c49ccc7177adcfbe42a6e5621be32 (patch) | |
tree | 9e572a8e16e44fcddc67ea651704b2d8e8a7431d /app-emulation | |
parent | app-emulation/libguestfs: drop 1.48.0, 1.48.3 (diff) | |
download | gentoo-cf3c5e74193c49ccc7177adcfbe42a6e5621be32.tar.gz gentoo-cf3c5e74193c49ccc7177adcfbe42a6e5621be32.tar.bz2 gentoo-cf3c5e74193c49ccc7177adcfbe42a6e5621be32.zip |
app-emulation/libguestfs: drop unnecessary patch, enable py3.11
Patch seems obsoleted by https://github.com/libguestfs/libguestfs/commit/adfaf25a12b97b18f8a22d96803cd0920bfd25f7.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libguestfs/files/1.44/0001-Check-for-caml_alloc_initialized_string-existence-ev.patch | 25 | ||||
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.48.4.ebuild | 6 |
2 files changed, 3 insertions, 28 deletions
diff --git a/app-emulation/libguestfs/files/1.44/0001-Check-for-caml_alloc_initialized_string-existence-ev.patch b/app-emulation/libguestfs/files/1.44/0001-Check-for-caml_alloc_initialized_string-existence-ev.patch deleted file mode 100644 index a44743c9adc3..000000000000 --- a/app-emulation/libguestfs/files/1.44/0001-Check-for-caml_alloc_initialized_string-existence-ev.patch +++ /dev/null @@ -1,25 +0,0 @@ -https://sources.debian.org/data/main/libg/libguestfs/1:1.44.0-2/debian/patches/0016-Check-for-caml_alloc_initialized_string-existence-ev.patch - -From: Hilko Bengen <bengen@debian.org> -Date: Tue, 10 Mar 2020 17:23:15 +0100 -Subject: Check for caml_alloc_initialized_string existence even if - --disable-ocaml - ---- - m4/guestfs-ocaml.m4 | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/m4/guestfs-ocaml.m4 b/m4/guestfs-ocaml.m4 -index 18f95c2..bf07799 100644 ---- a/m4/guestfs-ocaml.m4 -+++ b/m4/guestfs-ocaml.m4 -@@ -214,8 +214,7 @@ AM_CONDITIONAL([HAVE_BYTES_COMPAT_ML], - [test "x$have_Bytes_module" = "xno"]) - - dnl Check if OCaml has caml_alloc_initialized_string (added 2017). --AS_IF([test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno" && \ -- test "x$enable_ocaml" = "xyes"],[ -+AS_IF([test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno"],[ - AC_MSG_CHECKING([for caml_alloc_initialized_string]) - cat >conftest.c <<'EOF' - #include <caml/alloc.h> 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() { |