diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 12:29:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:10:59 +0100 |
commit | f7caa415e1f4465a032e561c5bf8324fd337b17d (patch) | |
tree | 34eb091b27a5c2835f8a49fcbba5c077dd84992c | |
parent | app-office/planner: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-f7caa415e1f4465a032e561c5bf8324fd337b17d.tar.gz gentoo-f7caa415e1f4465a032e561c5bf8324fd337b17d.tar.bz2 gentoo-f7caa415e1f4465a032e561c5bf8324fd337b17d.zip |
app-office/pybliographer: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-office/pybliographer/pybliographer-1.4.0-r3.ebuild (renamed from app-office/pybliographer/pybliographer-1.4.0-r2.ebuild) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild index 4cf3e67ada7b..2d0fce300191 100644 --- a/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild +++ b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild @@ -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 @@ -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 |