dev-python/lit: enable Python 3 support
authorJohan Bergström <bugs@bergstroem.nu>
Mon, 27 Mar 2017 14:33:20 +0000 (16:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 27 Mar 2017 14:40:49 +0000 (16:40 +0200)
dev-python/lit/lit-9999.ebuild

index 487e0b751ecd69b597dd9e954102fa577780796e..dc22031efe2a26b4d20003798f39af334d744a99 100644 (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"