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: xfce-extra/xfce4-panel-profiles/
Date: Sun, 09 Feb 2020 16:42:38
Message-Id: 1581266240.37a8bdf2a4f02d7b2d8d4ccf16eb99bb6dc9aec8.mgorny@gentoo
1 commit: 37a8bdf2a4f02d7b2d8d4ccf16eb99bb6dc9aec8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 20:31:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:37:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a8bdf2
7
8 xfce-extra/xfce4-panel-profiles: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.10.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.10.ebuild b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.10.ebuild
16 index be439f96939..9b45974204a 100644
17 --- a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.10.ebuild
18 +++ b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.10.ebuild
19 @@ -19,7 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
20 DEPEND="${PYTHON_DEPS}"
21 RDEPEND="${DEPEND}
22 dev-libs/gobject-introspection
23 - dev-python/pygobject:3[${PYTHON_USEDEP}]
24 + $(python_gen_cond_dep '
25 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
26 + ')
27 x11-libs/gtk+:3[introspection]
28 xfce-base/xfce4-panel"