commit: 37a8bdf2a4f02d7b2d8d4ccf16eb99bb6dc9aec8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 20:31:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:37:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a8bdf2
xfce-extra/xfce4-panel-profiles: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.10.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
index be439f96939..9b45974204a 100644
--- 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
@@ -19,7 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-libs/gobject-introspection
- dev-python/pygobject:3[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+ ')
x11-libs/gtk+:3[introspection]
xfce-base/xfce4-panel"