commit:     cc16404c566bd4ca9c407e792179262e5641a938
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 08:02:56 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 19:18:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc16404c

dev-python/pylibacl: Enable py3.8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 1a57be2ea0d..fe492631df2 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\","

Reply via email to