From f1da514d59810a7f145d65cc2911e2c7da3e8514 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 24 Oct 2020 11:01:40 +0100 Subject: [PATCH] dev-haskell/libxml: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich --- dev-haskell/libxml/libxml-0.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-haskell/libxml/libxml-0.1.1.ebuild b/dev-haskell/libxml/libxml-0.1.1.ebuild index 811bfb96c3d56..61c3adf00c846 100644 --- a/dev-haskell/libxml/libxml-0.1.1.ebuild +++ b/dev-haskell/libxml/libxml-0.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 # ebuild generated by hackport 0.3.4.9999 @@ -27,6 +27,7 @@ DEPEND="${RDEPEND} " src_prepare() { + default sed -e 's@includes: libxml/xmlIO.h libxml/xmlmemory.h@pkgconfig-depends: libxml-2.0@' \ -i "${S}/${PN}.cabal" \ || die "Could not patch libxml2 configuration in ${PN}.cabal"