Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-paint/
Date: Sun, 09 Feb 2020 16:34:46
Message-Id: 1581266066.43116d33e83c445e9c2f753cc39875586d346e82.mgorny@gentoo
1 commit: 43116d33e83c445e9c2f753cc39875586d346e82
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:44:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43116d33
7
8 net-wireless/gr-paint: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/gr-paint/gr-paint-9999.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-9999.ebuild
16 index e61888f8ab7..7f891f888a4 100644
17 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild
18 +++ b/net-wireless/gr-paint/gr-paint-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -23,8 +23,10 @@ IUSE="doc"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27
28 DEPEND="${PYTHON_DEPS}
29 - dev-libs/boost:=[${PYTHON_USEDEP}]
30 - net-wireless/gnuradio:=[${PYTHON_USEDEP}]
31 + $(python_gen_cond_dep '
32 + dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
33 + ')
34 + net-wireless/gnuradio:=[${PYTHON_SINGLE_USEDEP}]
35 "
36 RDEPEND="${DEPEND}
37 media-gfx/imagemagick