commit: 8970fe75c1fabc3dba9ac202e72dfa6d909e637e
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 22:35:26 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 22:35:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8970fe75
dev-python/lockfile: add py38 for python-daemon
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index a6b1a97de7d..61c5589f1a8 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1