diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:59:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:18:03 +0100 |
commit | 58c792505e9bc27e347e33018d0e953dcdd7e291 (patch) | |
tree | fd412f801761a519ec9197d0b6e0945d085461cd /dev-tex | |
parent | dev-ruby/pygments_rb: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-58c792505e9bc27e347e33018d0e953dcdd7e291.tar.gz gentoo-58c792505e9bc27e347e33018d0e953dcdd7e291.tar.bz2 gentoo-58c792505e9bc27e347e33018d0e953dcdd7e291.zip |
dev-tex/crosstex: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/crosstex/crosstex-0.6-r3.ebuild (renamed from dev-tex/crosstex/crosstex-0.6-r2.ebuild) | 6 |
1 files 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 index 9e986f7cd802..ab2375f5c2c6 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() { |