diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:56:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:17:57 +0100 |
commit | c4524ff93914cf2d76b5c921d2652f301a83c0b4 (patch) | |
tree | 7b19c9e65c124c2a6f47294eea7fe14e838f1d26 /dev-python | |
parent | dev-python/pyilmbase: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-c4524ff93914cf2d76b5c921d2652f301a83c0b4.tar.gz gentoo-c4524ff93914cf2d76b5c921d2652f301a83c0b4.tar.bz2 gentoo-c4524ff93914cf2d76b5c921d2652f301a83c0b4.zip |
dev-python/pythong: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pythong/pythong-2.1.5-r3.ebuild (renamed from dev-python/pythong/pythong-2.1.5-r2.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r3.ebuild index 7c1059971d29..a466b85801da 100644 --- a/dev-python/pythong/pythong-2.1.5-r2.ebuild +++ b/dev-python/pythong/pythong-2.1.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,7 +26,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=dev-lang/tk-8.3.4:0= - dev-python/pmw:py2[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pmw:py2[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}-${MY_PV}" |