Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
Date: Fri, 14 Apr 2017 16:28:10
Message-Id: 1492187273.8f87f6275f1eabe89147253666c11fb9dda09808.mgorny@gentoo
1 commit: 8f87f6275f1eabe89147253666c11fb9dda09808
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 24 21:45:34 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 16:27:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f87f627
7
8 dev-libs/libxml2: Replace eutils inherit w/ split eclasses
9
10 dev-libs/libxml2/libxml2-2.9.4-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
14 index 4767a5c09bc..71e2b4ec145 100644
15 --- a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
16 +++ b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
17 @@ -5,7 +5,7 @@ EAPI=6
18 PYTHON_COMPAT=( python2_7 python3_{4,5} )
19 PYTHON_REQ_USE="xml"
20
21 -inherit libtool flag-o-matic eutils python-r1 autotools prefix multilib-minimal
22 +inherit libtool flag-o-matic ltprune python-r1 autotools prefix multilib-minimal
23
24 DESCRIPTION="Version 2 of the library to manipulate XML files"
25 HOMEPAGE="http://www.xmlsoft.org/"