Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 5/7] app-editors/gedit-plugins: Use new PYTHON_*_USEDEP API
Date: Sat, 30 Nov 2019 12:43:35
Message-Id: 20191130124126.169871-6-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/7] python-single-r1.eclass: New split usedep API by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 .../gedit-plugins/gedit-plugins-3.32.2.ebuild | 12 +++++++-----
4 1 file changed, 7 insertions(+), 5 deletions(-)
5
6 diff --git a/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild
7 index 2d7024b86e3d..4d985c3d2e20 100644
8 --- a/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild
9 +++ b/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild
10 @@ -34,11 +34,13 @@ RDEPEND="
11 >=x11-libs/gtksourceview-4.0.2:4
12 python? (
13 ${PYTHON_DEPS}
14 - >=app-editors/gedit-3.16[introspection,python,${PYTHON_USEDEP}]
15 - dev-libs/libpeas[python,${PYTHON_USEDEP}]
16 - >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}]
17 - dev-python/pycairo[${PYTHON_USEDEP}]
18 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
19 + >=app-editors/gedit-3.16[introspection,python,${PYTHON_SINGLE_USEDEP}]
20 + dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}]
21 + $(python_gen_cond_dep '
22 + >=dev-python/dbus-python-0.82[${PYTHON_MULTI_USEDEP}]
23 + dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
24 + dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}]
25 + ')
26 >=x11-libs/gtk+-3.9:3[introspection]
27 >=x11-libs/gtksourceview-3.14:3.0[introspection]
28 x11-libs/pango[introspection]
29 --
30 2.24.0