Skip to content

Commit

Permalink
kde-apps/kig: 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 33c5cee commit 9608faf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ RDEPEND="${PYTHON_DEPS}
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
scripting? (
$(python_gen_cond_dep '
>=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
')
)
"
DEPEND="${RDEPEND}
>=kde-frameworks/ktexteditor-${KFMIN}:5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ RDEPEND="${PYTHON_DEPS}
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
scripting? (
$(python_gen_cond_dep '
>=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
')
)
"
DEPEND="${RDEPEND}
>=kde-frameworks/ktexteditor-${KFMIN}:5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ RDEPEND="${PYTHON_DEPS}
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
geogebra? ( >=dev-qt/qtxmlpatterns-${QTMIN}:5 )
scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
scripting? (
$(python_gen_cond_dep '
>=dev-libs/boost-1.48:=[python,${PYTHON_MULTI_USEDEP}]
')
)
"
DEPEND="${RDEPEND}
>=kde-frameworks/ktexteditor-${KFMIN}:5
Expand Down

0 comments on commit 9608faf

Please sign in to comment.