summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/libxml/libxml-0.1.1.ebuild')
-rw-r--r--dev-haskell/libxml/libxml-0.1.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-haskell/libxml/libxml-0.1.1.ebuild b/dev-haskell/libxml/libxml-0.1.1.ebuild
index 811bfb96c3d5..61c3adf00c84 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"