From: Michał Górny Date: Sat, 8 Feb 2020 06:57:35 +0000 (+0100) Subject: sci-chemistry/nmrdepaker: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=581ffda9dab73df0d33280a97c2dd044aa184383;p=gentoo.git sci-chemistry/nmrdepaker: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild similarity index 65% rename from sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild rename to sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild index 043fd37324eb..66a98a99cef1 100644 --- a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r2.ebuild +++ b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r3.ebuild @@ -17,15 +17,17 @@ KEYWORDS="~amd64" IUSE="" RDEPEND=" - || ( - >=dev-python/matplotlib-python2-0.98.5[gtk2,${PYTHON_USEDEP}] - >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_USEDEP}] - ) - || ( - dev-python/numpy-python2[${PYTHON_USEDEP}] - >=dev-python/numpy-1.2[${PYTHON_USEDEP}] - ) - >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + || ( + >=dev-python/matplotlib-python2-0.98.5[gtk2,${PYTHON_MULTI_USEDEP}] + >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_MULTI_USEDEP}] + ) + || ( + dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}] + >=dev-python/numpy-1.2[${PYTHON_MULTI_USEDEP}] + ) + >=dev-python/pygtk-2.12:2[${PYTHON_MULTI_USEDEP}] + ') " DEPEND="${RDEPEND}"