dev-python/lit: Readd py3 compat (fixed upstream)
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 Aug 2018 15:33:09 +0000 (17:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Aug 2018 16:00:29 +0000 (18:00 +0200)
dev-python/lit/lit-7.0.9999.ebuild
dev-python/lit/lit-9999.ebuild

index 470c4cf4dbe99a676154e702421e3130b02be468..c6039efff373a420f03cc263f09d3205a410512c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 inherit distutils-r1 git-r3 multiprocessing
 
 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
index c4da526844d0c33a87c130cb8f21066b6486a355..9c3c669ff21b5391380aeebe21a27396b6a445cd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 inherit distutils-r1 git-r3 multiprocessing
 
 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"