dev-python/lit: enable Python 3 support

This commit is contained in:
Johan Bergström
2017-03-27 16:33:20 +02:00
committed by Michał Górny
parent 1adb2e783e
commit 753a2195c7

View File

@@ -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"