Skip to content

Commit

Permalink
dev-util/gnome-builder: Switch to PYTHON_MULTI_USEDEP API
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 9, 2020
1 parent 2c332be commit 1dd5cd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RDEPEND="
>=dev-libs/json-glib-1.2.0
>=dev-libs/jsonrpc-glib-3.30.1[vala?]
>=x11-libs/pango-1.38.0
>=dev-libs/libpeas-1.22.0[python,${PYTHON_USEDEP}]
>=dev-libs/libpeas-1.22.0[python,${PYTHON_SINGLE_USEDEP}]
>=dev-libs/template-glib-3.28.0[introspection,vala?]
>=x11-libs/vte-0.40.2:2.91[vala?]
>=dev-libs/libxml2-2.9.0
Expand All @@ -54,7 +54,9 @@ RDEPEND="
webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )
>=dev-libs/gobject-introspection-1.48.0:=
>=dev-python/pygobject-3.22.0:3[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/pygobject-3.22.0:3[${PYTHON_MULTI_USEDEP}]
')
${PYTHON_DEPS}
clang? ( sys-devel/clang:= )
devhelp? ( >=dev-util/devhelp-3.25.1:= )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RDEPEND="
>=dev-libs/json-glib-1.2.0
>=dev-libs/jsonrpc-glib-3.19.91[vala?]
>=x11-libs/pango-1.38.0
$(python_gen_cond_dep '>=dev-libs/libpeas-1.22.0[python,${PYTHON_SINGLE_USEDEP}]')
>=dev-libs/libpeas-1.22.0[python,${PYTHON_SINGLE_USEDEP}]
>=dev-libs/template-glib-3.28.0[introspection,vala?]
>=x11-libs/vte-0.40.2:2.91[introspection,vala?]
>=net-libs/webkit-gtk-2.12.0:4=[introspection]
Expand All @@ -50,7 +50,9 @@ RDEPEND="
dev-libs/libpcre:3
>=dev-libs/gobject-introspection-1.54.0:=
>=dev-python/pygobject-3.22.0:3[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/pygobject-3.22.0:3[${PYTHON_MULTI_USEDEP}]
')
${PYTHON_DEPS}
clang? ( sys-devel/clang:= )
devhelp? ( >=dev-util/devhelp-3.25.1:= )
Expand Down

0 comments on commit 1dd5cd4

Please sign in to comment.