diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 21:31:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:37:20 +0100 |
commit | 37a8bdf2a4f02d7b2d8d4ccf16eb99bb6dc9aec8 (patch) | |
tree | 704eb62975d0b40f185cc258a4b744a93475be5d /xfce-extra | |
parent | xfce-extra/xfce4-panel-profiles: Remove old (diff) | |
download | gentoo-37a8bdf2a4f02d7b2d8d4ccf16eb99bb6dc9aec8.tar.gz gentoo-37a8bdf2a4f02d7b2d8d4ccf16eb99bb6dc9aec8.tar.bz2 gentoo-37a8bdf2a4f02d7b2d8d4ccf16eb99bb6dc9aec8.zip |
xfce-extra/xfce4-panel-profiles: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.10.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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" |