Skip to content

Commit

Permalink
app-office/pybliographer: 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 3cb487c commit f7caa41
Showing 1 changed file with 7 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=6
Expand All @@ -21,10 +21,12 @@ RDEPEND="${PYTHON_DEPS}
>=app-text/recode-3.6-r1
app-text/rarian
dev-libs/glib:2
dev-python/gconf-python:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}]
>=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/gconf-python:2[${PYTHON_MULTI_USEDEP}]
dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
>=dev-python/pygtk-2.24.0:2[${PYTHON_MULTI_USEDEP}]
>=dev-python/python-bibtex-1.2.5[${PYTHON_MULTI_USEDEP}]
')
"
DEPEND="${RDEPEND}
app-text/yelp-tools
Expand Down

0 comments on commit f7caa41

Please sign in to comment.