Skip to content

Commit

Permalink
app-office/moneyguru: 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 a9e7bf7 commit 05b8398
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}
dev-db/sqlite:3
dev-libs/glib:2
dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,printsupport]
$(python_gen_cond_dep '
dev-python/PyQt5[${PYTHON_MULTI_USEDEP},gui,widgets,printsupport]
')
dev-qt/qttranslations"
DEPEND="${RDEPEND}
test? (
<dev-python/pytest-4[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
<dev-python/pytest-4[${PYTHON_MULTI_USEDEP}]
')
dev-util/cunit
)"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}
dev-db/sqlite:3
dev-libs/glib:2
dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,printsupport]
$(python_gen_cond_dep '
dev-python/PyQt5[${PYTHON_MULTI_USEDEP},gui,widgets,printsupport]
')
dev-qt/qttranslations"
DEPEND="${RDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pytest[${PYTHON_MULTI_USEDEP}]
')
dev-util/cunit
)"

Expand Down

0 comments on commit 05b8398

Please sign in to comment.