From: Piotr Karbowski Date: Mon, 30 Dec 2019 20:57:41 +0000 (+0100) Subject: dev-python/linecache2-1.0.0: python 3.8 support added. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2740f761ef3b434f5023c14db481ec521d682f87;p=gentoo.git dev-python/linecache2-1.0.0: python 3.8 support added. Signed-off-by: Piotr Karbowski --- diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild b/dev-python/linecache2/linecache2-1.0.0.ebuild index c7b2d659950b..679b43097dd4 100644 --- a/dev-python/linecache2/linecache2-1.0.0.ebuild +++ b/dev-python/linecache2/linecache2-1.0.0.ebuild @@ -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