summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHank Leininger <hlein@korelogic.com>2021-01-23 18:37:21 -0700
committerSam James <sam@gentoo.org>2021-03-13 16:13:44 +0000
commit865ff63a89b53de190d9ed9c7b8a4af920a0a25a (patch)
treef1cfe0d2ba4d79d39f876b76a54dc6f2c22c9c09 /app-emulation/libguestfs/files/1.28/0103_disable_php_bindings_makefile.patch
parentapp-emulation/libguestfs: drop 1.36.13-r2 (diff)
downloadgentoo-865ff63a89b53de190d9ed9c7b8a4af920a0a25a.tar.gz
gentoo-865ff63a89b53de190d9ed9c7b8a4af920a0a25a.tar.bz2
gentoo-865ff63a89b53de190d9ed9c7b8a4af920a0a25a.zip
app-emulation/libguestfs: libxcrypt fix, restore and update py3, cleanup
Current version won't build with libxcrypt 4.x, which has been stabilized. Added workaround. Also restored and bumped supported Python versions. Removed libguestfs-1.36 because it has been unbuildable ever since libguestfs-appliance-1.36 was removed in d0c2104377b00b4b6b029ba2e6390a00c58057b2. Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/703118 Bug: https://bugs.gentoo.org/734634 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/16965 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs/files/1.28/0103_disable_php_bindings_makefile.patch')
-rw-r--r--app-emulation/libguestfs/files/1.28/0103_disable_php_bindings_makefile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/libguestfs/files/1.28/0103_disable_php_bindings_makefile.patch b/app-emulation/libguestfs/files/1.28/0103_disable_php_bindings_makefile.patch
deleted file mode 100644
index 34ab42d27903..000000000000
--- a/app-emulation/libguestfs/files/1.28/0103_disable_php_bindings_makefile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -88,9 +88,6 @@
- if HAVE_HASKELL
- SUBDIRS += haskell
- endif
--if HAVE_PHP
--SUBDIRS += php
--endif
- if HAVE_ERLANG
- SUBDIRS += erlang erlang/examples
- endif