diff options
author | 2017-03-27 16:33:20 +0200 | |
---|---|---|
committer | 2017-03-27 16:40:49 +0200 | |
commit | 753a2195c705e218af38b58fe2fcd703a4a4c466 (patch) | |
tree | 7a78085c0bec1b96828e21e28c17e279a4c4e8d6 /dev-python/lit | |
parent | dev-python/lit: add setuptools dependency (diff) | |
download | gentoo-753a2195c705e218af38b58fe2fcd703a4a4c466.tar.gz gentoo-753a2195c705e218af38b58fe2fcd703a4a4c466.tar.bz2 gentoo-753a2195c705e218af38b58fe2fcd703a4a4c466.zip |
dev-python/lit: enable Python 3 support
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index 487e0b751ecd..dc22031efe2a 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} ) inherit distutils-r1 git-r3 DESCRIPTION="A stand-alone install of the LLVM suite testing tool" |