dev-python/python-lhafile: Add Python 3.8
authorJames Le Cuirot <chewi@gentoo.org>
Mon, 20 Apr 2020 08:35:26 +0000 (09:35 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 20 Apr 2020 08:36:16 +0000 (09:36 +0100)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
dev-python/python-lhafile/python-lhafile-0.2.2.ebuild

index 416e1a5ce06bd0a8feef0314a5b35719c58d3a7a..10197a81b54b0452a39d0924a718d1767883307f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1