diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-28 17:33:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-28 18:00:29 +0200 |
commit | a8af481010cfc9ce22544af8d191ccd5a71025c4 (patch) | |
tree | 2f34da610bc33c209fb3298309292366e5094396 /dev-python/lit | |
parent | sys-devel/llvm: Bump to 7.0.0rc2 (diff) | |
download | gentoo-a8af481010cfc9ce22544af8d191ccd5a71025c4.tar.gz gentoo-a8af481010cfc9ce22544af8d191ccd5a71025c4.tar.bz2 gentoo-a8af481010cfc9ce22544af8d191ccd5a71025c4.zip |
dev-python/lit: Readd py3 compat (fixed upstream)
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-7.0.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lit/lit-9999.ebuild | 2 |
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" |