summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 04:20:31 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:54:29 +0100
commitbdca10b76c6ae95d499f7134f4638f6ce3aaccd4 (patch)
tree1dd19de3820e0716fe94fa96b9ac54173a2e4bcf /dev-libs/libxml2
parentdev-libs/libxls: eutils-- (diff)
downloadgentoo-bdca10b76c6ae95d499f7134f4638f6ce3aaccd4.tar.gz
gentoo-bdca10b76c6ae95d499f7134f4638f6ce3aaccd4.tar.bz2
gentoo-bdca10b76c6ae95d499f7134f4638f6ce3aaccd4.zip
dev-libs/libxml2: drop unused libtool inherit, sort inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/libxml2-2.9.10-r4.ebuild6
-rw-r--r--dev-libs/libxml2/libxml2-2.9.10-r5.ebuild2
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild b/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
index 9db3902e430f..90fa9a8308a8 100644
--- a/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="xml"
-inherit libtool flag-o-matic python-r1 autotools prefix multilib-minimal
+inherit autotools flag-o-matic prefix python-r1 multilib-minimal
DESCRIPTION="XML C parser and toolkit"
HOMEPAGE="http://www.xmlsoft.org/ https://gitlab.gnome.org/GNOME/libxml2"
@@ -102,8 +102,8 @@ src_prepare() {
# Please do not remove, as else we get references to PORTAGE_TMPDIR
# in /usr/lib/python?.?/site-packages/libxml2mod.la among things.
# We now need to run eautoreconf at the end to prevent maintainer mode.
-# elibtoolize
-# epunt_cxx # if we don't eautoreconf
+ #elibtoolize
+ #epunt_cxx # if we don't eautoreconf
eautoreconf
}
diff --git a/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild b/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild
index fb80191e40eb..4107e6d0d0ad 100644
--- a/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild
@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="xml"
-inherit autotools libtool flag-o-matic python-r1 prefix multilib-minimal
+inherit autotools flag-o-matic prefix python-r1 multilib-minimal
# Note: Please bump in sync with dev-libs/libxslt
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"