From: Michał Górny Date: Tue, 28 Aug 2018 15:33:09 +0000 (+0200) Subject: dev-python/lit: Readd py3 compat (fixed upstream) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8af481010cfc9ce22544af8d191ccd5a71025c4;p=gentoo.git dev-python/lit: Readd py3 compat (fixed upstream) --- diff --git a/dev-python/lit/lit-7.0.9999.ebuild b/dev-python/lit/lit-7.0.9999.ebuild index 470c4cf4dbe9..c6039efff373 100644 --- a/dev-python/lit/lit-7.0.9999.ebuild +++ b/dev-python/lit/lit-7.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 git-r3 multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool" diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index c4da526844d0..9c3c669ff21b 100644 --- a/dev-python/lit/lit-9999.ebuild +++ b/dev-python/lit/lit-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 git-r3 multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool"