media-gfx/comix: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 14:58:46 +0000 (15:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:26:42 +0000 (17:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-gfx/comix/comix-4.0.4-r2.ebuild [moved from media-gfx/comix/comix-4.0.4-r1.ebuild with 91% similarity]

similarity index 91%
rename from media-gfx/comix/comix-4.0.4-r1.ebuild
rename to media-gfx/comix/comix-4.0.4-r2.ebuild
index b77704f10cf02218246c8589dfb4e9aff9ddd94b..fa7c18e84d38354a1dbb64b6f9880e519c4ce3b4 100644 (file)
@@ -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 ) )"