From 37a8bdf2a4f02d7b2d8d4ccf16eb99bb6dc9aec8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 7 Feb 2020 21:31:52 +0100 Subject: xfce-extra/xfce4-panel-profiles: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 be439f96939e..9b45974204a3 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" -- cgit v1.2.3-65-gdbad