sci-misc/vitables: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:58:23 +0000 (07:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:49 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-misc/vitables/vitables-3.0.0-r1.ebuild [moved from sci-misc/vitables/vitables-3.0.0.ebuild with 81% similarity]

similarity index 81%
rename from sci-misc/vitables/vitables-3.0.0.ebuild
rename to sci-misc/vitables/vitables-3.0.0-r1.ebuild
index e4f5b2f64482f9e039216ab27ca1230567cb2e60..c25d11326d4ce4c514c5953bedcfbf247e8457a0 100644 (file)
@@ -19,9 +19,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/pytables[${PYTHON_USEDEP}]
-       dev-python/QtPy[gui,${PYTHON_USEDEP}]"
+       $(python_gen_cond_dep '
+               dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
+               dev-python/pytables[${PYTHON_MULTI_USEDEP}]
+               dev-python/QtPy[gui,${PYTHON_MULTI_USEDEP}]
+       ')"
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}