Skip to content

Commit

Permalink
app-i18n/tomoe: 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 8155e0d commit 8336f41
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand Down Expand Up @@ -34,8 +34,10 @@ RDEPEND="dev-libs/glib:2
mysql? ( dev-db/mysql-connector-c:= )
python? (
${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
')
)
ruby? (
${RUBY_DEPS}
Expand Down

0 comments on commit 8336f41

Please sign in to comment.