Skip to content

Commit

Permalink
kde-apps/kajongg: 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 8a7c8e0 commit 33c5cee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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 @@ -27,8 +27,10 @@ DEPEND="${PYTHON_DEPS}
>=dev-qt/qtsvg-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
dev-db/sqlite:3
dev-python/PyQt5[gui,svg,widgets,${PYTHON_USEDEP}]
>=dev-python/twisted-16.6.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/PyQt5[gui,svg,widgets,${PYTHON_MULTI_USEDEP}]
>=dev-python/twisted-16.6.0[${PYTHON_MULTI_USEDEP}]
')
"
RDEPEND="${DEPEND}
>=kde-apps/libkmahjongg-${PVCUT}:5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ DEPEND="${PYTHON_DEPS}
>=dev-qt/qtsvg-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
dev-db/sqlite:3
dev-python/PyQt5[gui,svg,widgets,${PYTHON_USEDEP}]
>=dev-python/twisted-16.6.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/PyQt5[gui,svg,widgets,${PYTHON_MULTI_USEDEP}]
>=dev-python/twisted-16.6.0[${PYTHON_MULTI_USEDEP}]
')
"
RDEPEND="${DEPEND}
>=kde-apps/libkmahjongg-${PVCUT}:5
Expand Down

0 comments on commit 33c5cee

Please sign in to comment.