diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-20 17:35:26 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-20 17:35:26 -0500 |
commit | 8970fe75c1fabc3dba9ac202e72dfa6d909e637e (patch) | |
tree | a2cb3a0fc2f9be9670add3199139f2535107d7ff /dev-python/lockfile | |
parent | dev-python/pygame: Add opengl USE flag (diff) | |
download | gentoo-8970fe75c1fabc3dba9ac202e72dfa6d909e637e.tar.gz gentoo-8970fe75c1fabc3dba9ac202e72dfa6d909e637e.tar.bz2 gentoo-8970fe75c1fabc3dba9ac202e72dfa6d909e637e.zip |
dev-python/lockfile: add py38 for python-daemon
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r-- | dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild index a6b1a97de7d1..61c5589f1a8e 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 |