dev-libs/libxml2: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 16:01:41 +0000 (18:01 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 16:01:41 +0000 (18:01 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-libs/libxml2/libxml2-2.9.4-r1.ebuild

index 0315b14e44a52bfe834492f84c449540cf6c7199..a8f85bad9406527e49f04f0976ce2302b79a4155 100644 (file)
@@ -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}" \