Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Sun, 09 Feb 2020 16:29:38
Message-Id: 1581265605.cae2eade27fcaa41c08f89da88c1f6dada3b30b8.mgorny@gentoo
1 commit: cae2eade27fcaa41c08f89da88c1f6dada3b30b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 14:59:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:26:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae2eade
7
8 media-gfx/eog-plugins: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{eog-plugins-3.26.4.ebuild => eog-plugins-3.26.4-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 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
16 similarity index 91%
17 rename from media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
18 rename to media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild
19 index c686fd3f919..33ba60e823b 100644
20 --- a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
21 +++ b/media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild
22 @@ -34,8 +34,10 @@ RDEPEND="
23 python? (
24 ${PYTHON_DEPS}
25 >=dev-libs/glib-2.32:2[dbus]
26 - dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
27 - dev-python/pygobject:3[${PYTHON_USEDEP}]
28 + dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
29 + $(python_gen_cond_dep '
30 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
31 + ')
32 gnome-base/gsettings-desktop-schemas
33 media-gfx/eog[introspection]
34 x11-libs/gtk+:3[introspection]