diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:44:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:26 +0100 |
commit | 43116d33e83c445e9c2f753cc39875586d346e82 (patch) | |
tree | ee49ed9c9de18bbde3dd576b1eaa50c8b07df936 /net-wireless | |
parent | net-wireless/gr-osmosdr: Switch to PYTHON_SINGLE_USEDEP (diff) | |
download | gentoo-43116d33e83c445e9c2f753cc39875586d346e82.tar.gz gentoo-43116d33e83c445e9c2f753cc39875586d346e82.tar.bz2 gentoo-43116d33e83c445e9c2f753cc39875586d346e82.zip |
net-wireless/gr-paint: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-paint/gr-paint-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-9999.ebuild index e61888f8ab75..7f891f888a4e 100644 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild +++ b/net-wireless/gr-paint/gr-paint-9999.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=7 @@ -23,8 +23,10 @@ IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - dev-libs/boost:=[${PYTHON_USEDEP}] - net-wireless/gnuradio:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] + ') + net-wireless/gnuradio:=[${PYTHON_SINGLE_USEDEP}] " RDEPEND="${DEPEND} media-gfx/imagemagick |