dev-python/pythong: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 12:56:54 +0000 (13:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:17:57 +0000 (17:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pythong/pythong-2.1.5-r3.ebuild [moved from dev-python/pythong/pythong-2.1.5-r2.ebuild with 91% similarity]

similarity index 91%
rename from dev-python/pythong/pythong-2.1.5-r2.ebuild
rename to dev-python/pythong/pythong-2.1.5-r3.ebuild
index 7c1059971d29e3a5e66246b603075437eef6f114..a466b85801dab0df0645c79cc944db9105e3e9f6 100644 (file)
@@ -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}"