diff options
Diffstat (limited to 'dev-python/numba/numba-0.24.0.ebuild')
-rw-r--r-- | dev-python/numba/numba-0.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/numba/numba-0.24.0.ebuild b/dev-python/numba/numba-0.24.0.ebuild index a82a996dfcc7..0329bb99e536 100644 --- a/dev-python/numba/numba-0.24.0.ebuild +++ b/dev-python/numba/numba-0.24.0.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc examples test" RDEPEND=" - dev-python/llvmlite[${PYTHON_USEDEP}] + <dev-python/llvmlite-0.10[${PYTHON_USEDEP}] >=dev-python/numpy-1.6[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3}) virtual/python-funcsigs[${PYTHON_USEDEP}]" |