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: dev-tex/crosstex/
Date: Sun, 09 Feb 2020 16:18:31
Message-Id: 1581265083.58c792505e9bc27e347e33018d0e953dcdd7e291.mgorny@gentoo
1 commit: 58c792505e9bc27e347e33018d0e953dcdd7e291
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:59:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:18:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c79250
7
8 dev-tex/crosstex: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-tex/crosstex/{crosstex-0.6-r2.ebuild => crosstex-0.6-r3.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-tex/crosstex/crosstex-0.6-r2.ebuild b/dev-tex/crosstex/crosstex-0.6-r3.ebuild
16 similarity index 88%
17 rename from dev-tex/crosstex/crosstex-0.6-r2.ebuild
18 rename to dev-tex/crosstex/crosstex-0.6-r3.ebuild
19 index 9e986f7cd80..ab2375f5c2c 100644
20 --- a/dev-tex/crosstex/crosstex-0.6-r2.ebuild
21 +++ b/dev-tex/crosstex/crosstex-0.6-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -18,7 +18,9 @@ IUSE="examples"
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 RDEPEND="${PYTHON_DEPS}
32 - dev-python/ply[${PYTHON_USEDEP}]"
33 + $(python_gen_cond_dep '
34 + dev-python/ply[${PYTHON_MULTI_USEDEP}]
35 + ')"
36 DEPEND="${RDEPEND}"
37
38 src_install() {