From 992b9c23006a511a63e6ffd5ccbdb63e5f8bc469 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 14 Feb 2020 06:47:12 +0100 Subject: [PATCH] dev-python/lit: Enable py3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/lit/lit-10.0.0.9999.ebuild | 2 +- dev-python/lit/lit-10.0.0_rc2.ebuild | 2 +- dev-python/lit/lit-11.0.0.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild index d53547c725e0..611b8345f354 100644 --- a/dev-python/lit/lit-10.0.0.9999.ebuild +++ b/dev-python/lit/lit-10.0.0.9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 llvm.org multiprocessing diff --git a/dev-python/lit/lit-10.0.0_rc2.ebuild b/dev-python/lit/lit-10.0.0_rc2.ebuild index d53547c725e0..611b8345f354 100644 --- a/dev-python/lit/lit-10.0.0_rc2.ebuild +++ b/dev-python/lit/lit-10.0.0_rc2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 llvm.org multiprocessing diff --git a/dev-python/lit/lit-11.0.0.9999.ebuild b/dev-python/lit/lit-11.0.0.9999.ebuild index d53547c725e0..611b8345f354 100644 --- a/dev-python/lit/lit-11.0.0.9999.ebuild +++ b/dev-python/lit/lit-11.0.0.9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 llvm.org multiprocessing -- 2.26.2