commit: 753a2195c705e218af38b58fe2fcd703a4a4c466
Author: Johan Bergström <bugs <AT> bergstroem <DOT> nu>
AuthorDate: Mon Mar 27 14:33:20 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 27 14:40:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753a2195
dev-python/lit: enable Python 3 support
dev-python/lit/lit-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
index 487e0b751ec..dc22031efe2 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"