From eb48922b8d6a2b7f3de996f61aaa08c9a8102174 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 16 Jan 2020 06:29:44 +0100 Subject: [PATCH] dev-python/pyilmbase: Permit numpy-python2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyilmbase/pyilmbase-2.3.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild index 82c39de2cb6c..ea1f2d49fe50 100644 --- a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild +++ b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_USEDEP}] ~media-libs/ilmbase-${PV}:= - numpy? ( >=dev-python/numpy-1.10.4 )" + numpy? ( + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + >=dev-python/numpy-1.10.4[${PYTHON_USEDEP}] + ) + )" DEPEND="${RDEPEND} ${PYTHON_DEPS} >=virtual/pkgconfig-0-r1" -- 2.26.2