commit: 3205101e2601a59abcf256ca06d634e93d9357ff Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Fri Apr 28 16:01:41 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Fri Apr 28 16:01:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3205101e
dev-libs/libxml2: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/libxml2/libxml2-2.9.4-r1.ebuild | 4 ++-- 1 file 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 0315b14e44a..a8f85bad940 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}" \