From 52a96f484e143cc4c422782f10efcbc4795bd032 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 20:04:33 +0100 Subject: [PATCH] sci-libs/getdata: 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 --- ...getdata-0.9.0-r2.ebuild => getdata-0.9.0-r3.ebuild} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename sci-libs/getdata/{getdata-0.9.0-r2.ebuild => getdata-0.9.0-r3.ebuild} (91%) diff --git a/sci-libs/getdata/getdata-0.9.0-r2.ebuild b/sci-libs/getdata/getdata-0.9.0-r3.ebuild similarity index 91% rename from sci-libs/getdata/getdata-0.9.0-r2.ebuild rename to sci-libs/getdata/getdata-0.9.0-r3.ebuild index 65085d535e5b..bb727d3bea89 100644 --- a/sci-libs/getdata/getdata-0.9.0-r2.ebuild +++ b/sci-libs/getdata/getdata-0.9.0-r3.ebuild @@ -24,10 +24,12 @@ DEPEND=" lzma? ( app-arch/xz-utils ) perl? ( dev-lang/perl ) python? ( - || ( - dev-python/numpy-python2[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ) + $(python_gen_cond_dep ' + || ( + dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ) + ') ${PYTHON_DEPS} )" RDEPEND="${DEPEND}" -- 2.26.2