diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 11:01:40 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 11:09:25 +0100 |
commit | f1da514d59810a7f145d65cc2911e2c7da3e8514 (patch) | |
tree | d4fde5e6c68bce82c3b6a275d2f7af7043d1d5fc /dev-haskell/libxml | |
parent | dev-haskell/libxml-sax: update to EAPI=7 (diff) | |
download | gentoo-f1da514d59810a7f145d65cc2911e2c7da3e8514.tar.gz gentoo-f1da514d59810a7f145d65cc2911e2c7da3e8514.tar.bz2 gentoo-f1da514d59810a7f145d65cc2911e2c7da3e8514.zip |
dev-haskell/libxml: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/libxml')
-rw-r--r-- | dev-haskell/libxml/libxml-0.1.1.ebuild | 3 |
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" |