commit: 4a0b7d19912e635dd726e677b23863a1b836f28c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 16:13:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 16:24:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0b7d19
dev-python/llvmlite: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 c52d19b9934..4307ec0db32 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 81241167a8c..33f86ddb7d2 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 6554258314b..11e5368b53e 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