diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 15:59:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:26:45 +0100 |
commit | cae2eade27fcaa41c08f89da88c1f6dada3b30b8 (patch) | |
tree | f00ef791bf249597e5986a5ef19b5872e8177649 /media-gfx | |
parent | media-gfx/cura: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-cae2eade27fcaa41c08f89da88c1f6dada3b30b8.tar.gz gentoo-cae2eade27fcaa41c08f89da88c1f6dada3b30b8.tar.bz2 gentoo-cae2eade27fcaa41c08f89da88c1f6dada3b30b8.zip |
media-gfx/eog-plugins: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild (renamed from media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild b/media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild index c686fd3f919f..33ba60e823b5 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild @@ -34,8 +34,10 @@ RDEPEND=" python? ( ${PYTHON_DEPS} >=dev-libs/glib-2.32:2[dbus] - dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') gnome-base/gsettings-desktop-schemas media-gfx/eog[introspection] x11-libs/gtk+:3[introspection] |