summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-04-28 18:01:41 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-04-28 18:01:41 +0200
commit3205101e2601a59abcf256ca06d634e93d9357ff (patch)
treea7890a3aa7f1fbe2b54cd3d0e253ed024aff9de5 /dev-libs/libxml2
parentdev-python/iniparse: Add python3_6 (diff)
downloadgentoo-3205101e2601a59abcf256ca06d634e93d9357ff.tar.gz
gentoo-3205101e2601a59abcf256ca06d634e93d9357ff.tar.bz2
gentoo-3205101e2601a59abcf256ca06d634e93d9357ff.zip
dev-libs/libxml2: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/libxml2-2.9.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
index 0315b14e44a5..a8f85bad9406 100644
--- a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="xml"
inherit libtool flag-o-matic ltprune python-r1 autotools prefix multilib-minimal
@@ -52,7 +52,7 @@ src_unpack() {
# ${A} isn't used to avoid unpacking of test tarballs into $WORKDIR,
# as they are needed as tarballs in ${S}/xstc instead and not unpacked
unpack ${P/_rc/-rc}.tar.gz
- cd "${S}"
+ cd "${S}" || die
if use test; then
cp "${DISTDIR}/${XSTS_TARBALL_1}" \