summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-28 17:33:09 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-28 18:00:29 +0200
commita8af481010cfc9ce22544af8d191ccd5a71025c4 (patch)
tree2f34da610bc33c209fb3298309292366e5094396
parentsys-devel/llvm: Bump to 7.0.0rc2 (diff)
downloadgentoo-a8af4810.tar.gz
gentoo-a8af4810.tar.bz2
gentoo-a8af4810.zip
dev-python/lit: Readd py3 compat (fixed upstream)
-rw-r--r--dev-python/lit/lit-7.0.9999.ebuild2
-rw-r--r--dev-python/lit/lit-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lit/lit-7.0.9999.ebuild b/dev-python/lit/lit-7.0.9999.ebuild
index 470c4cf4dbe9..c6039efff373 100644
--- a/dev-python/lit/lit-7.0.9999.ebuild
+++ b/dev-python/lit/lit-7.0.9999.ebuild
@@ -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"
diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
index c4da526844d0..9c3c669ff21b 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,7} )
inherit distutils-r1 git-r3 multiprocessing
DESCRIPTION="A stand-alone install of the LLVM suite testing tool"