summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 16:01:45 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:26:47 +0100
commit1ea4db524b4253c3f1a6c458334cd59edc784be8 (patch)
tree034be5a16ce9c3bee7038551f76c93cd254bc245 /media-gfx/gimp/gimp-9999.ebuild
parentmedia-gfx/eog-plugins: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-1ea4db524b4253c3f1a6c458334cd59edc784be8.tar.gz
gentoo-1ea4db524b4253c3f1a6c458334cd59edc784be8.tar.bz2
gentoo-1ea4db524b4253c3f1a6c458334cd59edc784be8.zip
media-gfx/gimp: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/gimp/gimp-9999.ebuild')
-rw-r--r--media-gfx/gimp/gimp-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
index 31756e7a18c7..a8add4680ec1 100644
--- a/media-gfx/gimp/gimp-9999.ebuild
+++ b/media-gfx/gimp/gimp-9999.ebuild
@@ -65,7 +65,9 @@ COMMON_DEPEND="
postscript? ( app-text/ghostscript-gpl )
python? (
${PYTHON_DEPS}
- >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ >=dev-python/pygobject-3.0:3[${PYTHON_MULTI_USEDEP}]
+ ')
)
udev? ( >=dev-libs/libgudev-167:= )
unwind? ( >=sys-libs/libunwind-1.1.0:= )