From 4a0b7d19912e635dd726e677b23863a1b836f28c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 17:13:23 +0100 Subject: [PATCH] dev-python/llvmlite: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/llvmlite/llvmlite-0.28.0.ebuild | 2 +- dev-python/llvmlite/llvmlite-0.29.0.ebuild | 2 +- dev-python/llvmlite/llvmlite-0.30.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/llvmlite/llvmlite-0.28.0.ebuild b/dev-python/llvmlite/llvmlite-0.28.0.ebuild index c52d19b9934c..4307ec0db32b 100644 --- a/dev-python/llvmlite/llvmlite-0.28.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.28.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 llvm diff --git a/dev-python/llvmlite/llvmlite-0.29.0.ebuild b/dev-python/llvmlite/llvmlite-0.29.0.ebuild index 81241167a8c7..33f86ddb7d20 100644 --- a/dev-python/llvmlite/llvmlite-0.29.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.29.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 llvm diff --git a/dev-python/llvmlite/llvmlite-0.30.0.ebuild b/dev-python/llvmlite/llvmlite-0.30.0.ebuild index 6554258314b4..11e5368b53e4 100644 --- a/dev-python/llvmlite/llvmlite-0.30.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.30.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 llvm -- 2.26.2