Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
Date: Sun, 09 Feb 2020 16:11:22
Message-Id: 1581264659.f7caa415e1f4465a032e561c5bf8324fd337b17d.mgorny@gentoo
1 commit: f7caa415e1f4465a032e561c5bf8324fd337b17d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 11:29:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7caa415
7
8 app-office/pybliographer: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...grapher-1.4.0-r2.ebuild => pybliographer-1.4.0-r3.ebuild} | 12 +++++++-----
13 1 file changed, 7 insertions(+), 5 deletions(-)
14
15 diff --git a/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild
16 similarity index 84%
17 rename from app-office/pybliographer/pybliographer-1.4.0-r2.ebuild
18 rename to app-office/pybliographer/pybliographer-1.4.0-r3.ebuild
19 index 4cf3e67ada7..2d0fce30019 100644
20 --- a/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild
21 +++ b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -21,10 +21,12 @@ RDEPEND="${PYTHON_DEPS}
29 >=app-text/recode-3.6-r1
30 app-text/rarian
31 dev-libs/glib:2
32 - dev-python/gconf-python:2[${PYTHON_USEDEP}]
33 - dev-python/pygobject:2[${PYTHON_USEDEP}]
34 - >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}]
35 - >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
36 + $(python_gen_cond_dep '
37 + dev-python/gconf-python:2[${PYTHON_MULTI_USEDEP}]
38 + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
39 + >=dev-python/pygtk-2.24.0:2[${PYTHON_MULTI_USEDEP}]
40 + >=dev-python/python-bibtex-1.2.5[${PYTHON_MULTI_USEDEP}]
41 + ')
42 "
43 DEPEND="${RDEPEND}
44 app-text/yelp-tools