commit: 58c792505e9bc27e347e33018d0e953dcdd7e291
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 12:59:19 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:18:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c79250
dev-tex/crosstex: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-tex/crosstex/{crosstex-0.6-r2.ebuild => crosstex-0.6-r3.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-tex/crosstex/crosstex-0.6-r2.ebuild
b/dev-tex/crosstex/crosstex-0.6-r3.ebuild
similarity index 88%
rename from dev-tex/crosstex/crosstex-0.6-r2.ebuild
rename to dev-tex/crosstex/crosstex-0.6-r3.ebuild
index 9e986f7cd80..ab2375f5c2c 100644
--- a/dev-tex/crosstex/crosstex-0.6-r2.ebuild
+++ b/dev-tex/crosstex/crosstex-0.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,7 +18,9 @@ IUSE="examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- dev-python/ply[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/ply[${PYTHON_MULTI_USEDEP}]
+ ')"
DEPEND="${RDEPEND}"
src_install() {