From cc16404c566bd4ca9c407e792179262e5641a938 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 24 Jan 2020 09:02:56 +0100 Subject: [PATCH] dev-python/pylibacl: Enable py3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pylibacl/pylibacl-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\"," -- 2.26.2