From a8af481010cfc9ce22544af8d191ccd5a71025c4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 28 Aug 2018 17:33:09 +0200 Subject: dev-python/lit: Readd py3 compat (fixed upstream) --- dev-python/lit/lit-7.0.9999.ebuild | 2 +- 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" -- cgit v1.2.3-65-gdbad