gnome-base/gnome-shell: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-07 15:52:38 +01:00
parent 05565df1c7
commit 21137f65e4
2 changed files with 7 additions and 3 deletions

View File

@@ -59,7 +59,9 @@ COMMON_DEPEND="
>=x11-libs/libXfixes-5.0
${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
')
media-libs/mesa[X(+)]
"
# Runtime-only deps are probably incomplete and approximate.

View File

@@ -8,7 +8,7 @@ inherit gnome.org gnome2-utils meson pax-utils python-single-r1 virtualx xdg
DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell"
SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz"
SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
@@ -56,7 +56,9 @@ DEPEND="
>=x11-libs/libXfixes-5.0
${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
')
media-libs/mesa[X(+)]
"
# Runtime-only deps are probably incomplete and approximate.