summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 17:50:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:31:18 +0100
commit8a667ad6f566b9bec1e7201f7f837115c180c2f1 (patch)
tree082d52e46bb1841ac4e0049723c97a5ac8dc004c /media-sound/cadence/cadence-9999.ebuild
parentmedia-plugins/mythplugins: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-8a667ad6f566b9bec1e7201f7f837115c180c2f1.tar.gz
gentoo-8a667ad6f566b9bec1e7201f7f837115c180c2f1.tar.bz2
gentoo-8a667ad6f566b9bec1e7201f7f837115c180c2f1.zip
media-sound/cadence: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound/cadence/cadence-9999.ebuild')
-rw-r--r--media-sound/cadence/cadence-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-9999.ebuild
index 2350c0a718dc..1059f334e102 100644
--- a/media-sound/cadence/cadence-9999.ebuild
+++ b/media-sound/cadence/cadence-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,8 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# for jack project rendering also needs media-sound/jack_capture which is not in the tree yet
CDEPEND="
${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+ dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_MULTI_USEDEP}]
+ ')
media-sound/jack2[dbus]
media-sound/jack_capture
a2jmidid? ( media-sound/a2jmidid[dbus] )