From: Michał Górny Date: Wed, 6 Jun 2018 07:13:10 +0000 (+0200) Subject: dev-python/lit: Python 3 support has been broken upstream X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0a768fc58b1c654ac811a913d121c05a56739e1a;p=gentoo.git dev-python/lit: Python 3 support has been broken upstream --- diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index 74471d6212c7..c4da526844d0 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 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-r3 multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool"