diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 21:29:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:37:14 +0100 |
commit | fc49ddfdee4a1865f14520b5d4159a96616f020c (patch) | |
tree | dd03f4e30cffcbd3f1c0b7b9bc6d310d2097526b /x11-apps | |
parent | www-apps/viewvc: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-fc49ddfdee4a1865f14520b5d4159a96616f020c.tar.gz gentoo-fc49ddfdee4a1865f14520b5d4159a96616f020c.tar.bz2 gentoo-fc49ddfdee4a1865f14520b5d4159a96616f020c.zip |
x11-apps/whyteboard: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild (renamed from x11-apps/whyteboard/whyteboard-0.41.1.ebuild) | 6 |
1 files 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 index b37dbb1d85d8..9d13028f704d 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() { |