summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-24 22:45:43 +0100
committerMichał Górny <mgorny@gentoo.org>2017-04-14 18:27:54 +0200
commit17ccd0eed1ab49ef599f96152b7aa69dc4fec895 (patch)
tree489e5184868f7a4ae54a09c646a33a29dd6c08a1 /dev-libs/libxslt/libxslt-1.1.29-r1.ebuild
parentdev-libs/libxml2: Replace eutils inherit w/ split eclasses (diff)
downloadgentoo-17ccd0eed1ab49ef599f96152b7aa69dc4fec895.tar.gz
gentoo-17ccd0eed1ab49ef599f96152b7aa69dc4fec895.tar.bz2
gentoo-17ccd0eed1ab49ef599f96152b7aa69dc4fec895.zip
dev-libs/libxslt: Replace eutils inherit w/ split eclasses
Diffstat (limited to 'dev-libs/libxslt/libxslt-1.1.29-r1.ebuild')
-rw-r--r--dev-libs/libxslt/libxslt-1.1.29-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxslt/libxslt-1.1.29-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.29-r1.ebuild
index 94505bf888ee..ef56e81eb165 100644
--- a/dev-libs/libxslt/libxslt-1.1.29-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.29-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
-inherit autotools eutils python-r1 toolchain-funcs multilib-minimal
+inherit autotools ltprune python-r1 toolchain-funcs multilib-minimal
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"