commit: fc49ddfdee4a1865f14520b5d4159a96616f020c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 20:29:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:37:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc49ddfd
x11-apps/whyteboard: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{whyteboard-0.41.1.ebuild => whyteboard-0.41.1-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
b/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild
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 b37dbb1d85d..9d13028f704 100644
--- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild
+++ b/x11-apps/whyteboard/whyteboard-0.41.1-r1.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=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() {