summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 15:58:46 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:26:42 +0100
commit96f8ad8a13494f1616582f0a22f5aa556d306952 (patch)
treeb1362bf035d2d9870d596d1120156af368946bee /media-gfx/comix
parentmedia-gfx/alembic: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-96f8ad8a13494f1616582f0a22f5aa556d306952.tar.gz
gentoo-96f8ad8a13494f1616582f0a22f5aa556d306952.tar.bz2
gentoo-96f8ad8a13494f1616582f0a22f5aa556d306952.zip
media-gfx/comix: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/comix')
-rw-r--r--media-gfx/comix/comix-4.0.4-r2.ebuild (renamed from media-gfx/comix/comix-4.0.4-r1.ebuild)8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-gfx/comix/comix-4.0.4-r1.ebuild b/media-gfx/comix/comix-4.0.4-r2.ebuild
index b77704f10cf0..fa7c18e84d38 100644
--- a/media-gfx/comix/comix-4.0.4-r1.ebuild
+++ b/media-gfx/comix/comix-4.0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,8 +19,10 @@ IUSE="rar"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
- dev-python/pillow[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/pygtk-2.12[${PYTHON_MULTI_USEDEP}]
+ ')"
RDEPEND="${DEPEND}
rar? ( || ( app-arch/unrar app-arch/rar ) )"