From: Johan Bergström Date: Mon, 27 Mar 2017 14:33:20 +0000 (+0200) Subject: dev-python/lit: enable Python 3 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=753a2195c705e218af38b58fe2fcd703a4a4c466;p=gentoo.git dev-python/lit: enable Python 3 support --- diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index 487e0b751ecd..dc22031efe2a 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} ) inherit distutils-r1 git-r3 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"