From 83a04dea7c0c31f9981d9eb7cfd596ab3475ee42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 13:56:36 +0100 Subject: [PATCH] dev-python/pyilmbase: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...e-2.3.0-r1.ebuild => pyilmbase-2.3.0-r2.ebuild} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) rename dev-python/pyilmbase/{pyilmbase-2.3.0-r1.ebuild => pyilmbase-2.3.0-r2.ebuild} (85%) diff --git a/dev-python/pyilmbase/pyilmbase-2.3.0-r1.ebuild b/dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild similarity index 85% rename from dev-python/pyilmbase/pyilmbase-2.3.0-r1.ebuild rename to dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild index ea1f2d49fe50..c3f5e7b949a1 100644 --- a/dev-python/pyilmbase/pyilmbase-2.3.0-r1.ebuild +++ b/dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild @@ -18,14 +18,16 @@ IUSE="+numpy" 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-python2[${PYTHON_USEDEP}] - >=dev-python/numpy-1.10.4[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_MULTI_USEDEP}] + numpy? ( + || ( + dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}] + >=dev-python/numpy-1.10.4[${PYTHON_MULTI_USEDEP}] + ) ) - )" + ')" DEPEND="${RDEPEND} ${PYTHON_DEPS} >=virtual/pkgconfig-0-r1" -- 2.26.2