summaryrefslogtreecommitdiff
path: root/dev-python/llvmlite/llvmlite-0.28.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/llvmlite/llvmlite-0.28.0.ebuild')
-rw-r--r--dev-python/llvmlite/llvmlite-0.28.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/llvmlite/llvmlite-0.28.0.ebuild b/dev-python/llvmlite/llvmlite-0.28.0.ebuild
index a66288e9c0a7..0d1f8da500ba 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_4,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1 llvm
@@ -32,6 +32,7 @@ S=${WORKDIR}/${P/_/}
PATCHES=(
"${FILESDIR}"/llvmlite-0.15.0-use-system-six.patch
+ "${FILESDIR}"/llvmlite-0.28.0-llvm710.patch
)
python_configure_all() {