summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/cura/cura-3.4.1.ebuild')
-rw-r--r--media-gfx/cura/cura-3.4.1.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/media-gfx/cura/cura-3.4.1.ebuild b/media-gfx/cura/cura-3.4.1.ebuild
index 16ebf84a070c..f1b275618c69 100644
--- a/media-gfx/cura/cura-3.4.1.ebuild
+++ b/media-gfx/cura/cura-3.4.1.ebuild
@@ -19,13 +19,15 @@ IUSE="+usb zeroconf"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- >=dev-python/uranium-${PV:0:3}[${PYTHON_USEDEP}]
>=media-gfx/curaengine-${PV:0:3}
>=media-gfx/fdm-materials-${PV:0:3}
- >=dev-libs/libsavitar-${PV:0:3}:=[python,${PYTHON_USEDEP}]
- >=dev-libs/libcharon-${PV:0:3}[${PYTHON_USEDEP}]
- usb? ( dev-python/pyserial[${PYTHON_USEDEP}] )
- zeroconf? ( dev-python/zeroconf[${PYTHON_USEDEP}] )"
+ >=dev-libs/libsavitar-${PV:0:3}:=[python,${PYTHON_SINGLE_USEDEP}]
+ >=dev-libs/libcharon-${PV:0:3}[${PYTHON_SINGLE_USEDEP}]
+ >=dev-python/uranium-${PV:0:3}[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep '
+ usb? ( dev-python/pyserial[${PYTHON_MULTI_USEDEP}] )
+ zeroconf? ( dev-python/zeroconf[${PYTHON_MULTI_USEDEP}] )
+ ')"
DEPEND="${RDEPEND}
sys-devel/gettext"