Skip to content

Commit

Permalink
kde-apps/lokalize: 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 9608faf commit c546f5e
Show file tree
Hide file tree
Showing 2 changed files with 7 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=7
Expand Down Expand Up @@ -45,7 +45,9 @@ DEPEND="${PYTHON_DEPS}
>=app-text/hunspell-1.2.8:=
"
RDEPEND="${DEPEND}
dev-python/translate-toolkit[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/translate-toolkit[${PYTHON_MULTI_USEDEP}]
')
"

pkg_setup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ DEPEND="${PYTHON_DEPS}
>=kde-frameworks/sonnet-${KFMIN}:5
"
RDEPEND="${DEPEND}
dev-python/translate-toolkit[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/translate-toolkit[${PYTHON_MULTI_USEDEP}]
')
"

pkg_setup() {
Expand Down

0 comments on commit c546f5e

Please sign in to comment.