Skip to content

Commit

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

EAPI="6"
Expand All @@ -16,12 +16,14 @@ KEYWORDS="amd64 x86"
IUSE="python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_USEDEP}]
RDEPEND="app-i18n/tomoe[python(+)?,${PYTHON_SINGLE_USEDEP}]
x11-libs/gtk+:2
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}]
')
)"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
Expand Down

0 comments on commit 8155e0d

Please sign in to comment.