diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-24 22:45:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-14 18:27:53 +0200 |
commit | 8f87f6275f1eabe89147253666c11fb9dda09808 (patch) | |
tree | 0396f6df6f690c493fb3605859e7534f7290fd16 /dev-libs/libxml2 | |
parent | dev-libs/glib: Replace eutils inherit w/ split eclasses (diff) | |
download | gentoo-8f87f6275f1eabe89147253666c11fb9dda09808.tar.gz gentoo-8f87f6275f1eabe89147253666c11fb9dda09808.tar.bz2 gentoo-8f87f6275f1eabe89147253666c11fb9dda09808.zip |
dev-libs/libxml2: Replace eutils inherit w/ split eclasses
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild index 4767a5c09bc6..71e2b4ec1451 100644 --- a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5} ) PYTHON_REQ_USE="xml" -inherit libtool flag-o-matic eutils python-r1 autotools prefix multilib-minimal +inherit libtool flag-o-matic ltprune python-r1 autotools prefix multilib-minimal DESCRIPTION="Version 2 of the library to manipulate XML files" HOMEPAGE="http://www.xmlsoft.org/" |