x11-apps/whyteboard: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 20:29:01 +0000 (21:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:37:14 +0000 (17:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild [moved from x11-apps/whyteboard/whyteboard-0.41.1.ebuild with 89% similarity]

similarity index 89%
rename from x11-apps/whyteboard/whyteboard-0.41.1.ebuild
rename to x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild
index b37dbb1d85d8357bf3c27950a1a48f6475c3d672..9d13028f704db2e7e3e723977517c190b3445c5d 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=5
@@ -21,7 +21,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
-       dev-python/wxpython:*[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-python/wxpython:*[${PYTHON_MULTI_USEDEP}]
+       ')
        media-gfx/imagemagick"
 
 src_install() {