diff options
author | 2019-12-08 10:42:15 +0100 | |
---|---|---|
committer | 2019-12-08 10:42:15 +0100 | |
commit | 4847092f371021e79aa36d4203f1ed5a2a9fe88e (patch) | |
tree | cc64461c2e8c80527d24cf0b6e3935b767821976 /app-cdr | |
parent | app-cdr/cdemu: Drop old (diff) | |
download | gentoo-4847092f371021e79aa36d4203f1ed5a2a9fe88e.tar.gz gentoo-4847092f371021e79aa36d4203f1ed5a2a9fe88e.tar.bz2 gentoo-4847092f371021e79aa36d4203f1ed5a2a9fe88e.zip |
app-cdr/cdemu: Switch to new python-single-r1 API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdemu/cdemu-3.2.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-cdr/cdemu/cdemu-3.2.3.ebuild b/app-cdr/cdemu/cdemu-3.2.3.ebuild index 0929becda5a1..ca81589f20ba 100644 --- a/app-cdr/cdemu/cdemu-3.2.3.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.3.ebuild @@ -19,7 +19,9 @@ IUSE="+cdemu-daemon" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') cdemu-daemon? ( app-cdr/cdemu-daemon:0/7 )" DEPEND=" dev-util/desktop-file-utils |