dev-tex/crosstex: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 12:59:19 +0000 (13:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:18:03 +0000 (17:18 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-tex/crosstex/crosstex-0.6-r3.ebuild [moved from dev-tex/crosstex/crosstex-0.6-r2.ebuild with 88% similarity]

similarity index 88%
rename from dev-tex/crosstex/crosstex-0.6-r2.ebuild
rename to dev-tex/crosstex/crosstex-0.6-r3.ebuild
index 9e986f7cd80295606f94b3304706b027a1f3717b..ab2375f5c2c6e8c1f6d1e2482a621c769c2f1fc3 100644 (file)
@@ -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() {