commit: f1da514d59810a7f145d65cc2911e2c7da3e8514
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 10:01:40 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 10:09:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1da514d
dev-haskell/libxml: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
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 811bfb96c3d..61c3adf00c8 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"