dev-python/linecache2-1.0.0: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 20:57:41 +0000 (21:57 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:54:07 +0000 (22:54 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/linecache2/linecache2-1.0.0.ebuild

index c7b2d659950b5d4122d6e02c3c1c5b786c6e8ca5..679b43097dd4564627612eba8f19609b985dc7b2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1