From: Michał Górny Date: Fri, 24 Jan 2020 08:02:56 +0000 (+0100) Subject: dev-python/pylibacl: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cc16404c566bd4ca9c407e792179262e5641a938;p=gentoo.git dev-python/pylibacl: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/pylibacl/pylibacl-0.5.3.ebuild b/dev-python/pylibacl/pylibacl-0.5.3.ebuild index 1a57be2ea0dd..fe492631df24 100644 --- a/dev-python/pylibacl/pylibacl-0.5.3.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PN}-${PN}-v${PV}" python_test() { - if ! "${PYTHON}" test/test_acls.py; then + if ! "${EPYTHON}" test/test_acls.py -v; then eerror eerror "If you got the following errors:" eerror "\"IOError: [Errno 95] Operation not supported\","