Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
Date: Fri, 28 Apr 2017 16:02:04
Message-Id: 1493395301.3205101e2601a59abcf256ca06d634e93d9357ff.mrueg@gentoo
1 commit: 3205101e2601a59abcf256ca06d634e93d9357ff
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 16:01:41 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 16:01:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3205101e
7
8 dev-libs/libxml2: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-libs/libxml2/libxml2-2.9.4-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
16 index 0315b14e44a..a8f85bad940 100644
17 --- a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
18 +++ b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 PYTHON_REQ_USE="xml"
26
27 inherit libtool flag-o-matic ltprune python-r1 autotools prefix multilib-minimal
28 @@ -52,7 +52,7 @@ src_unpack() {
29 # ${A} isn't used to avoid unpacking of test tarballs into $WORKDIR,
30 # as they are needed as tarballs in ${S}/xstc instead and not unpacked
31 unpack ${P/_rc/-rc}.tar.gz
32 - cd "${S}"
33 + cd "${S}" || die
34
35 if use test; then
36 cp "${DISTDIR}/${XSTS_TARBALL_1}" \