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-air-modes/
Date: Tue, 28 Jan 2020 21:30:34
Message-Id: 1580247013.fb78c745c9e9a4e5a0e11f7cf900d7058a5374f9.mgorny@gentoo
1 commit: fb78c745c9e9a4e5a0e11f7cf900d7058a5374f9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 20:56:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 21:30:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb78c745
7
8 net-wireless/gr-air-modes: Permit scipy-python2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild
16 index 4c153278971..5f10964933f 100644
17 --- a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild
18 +++ b/net-wireless/gr-air-modes/gr-air-modes-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 @@ -29,7 +29,10 @@ DEPEND="${PYTHON_DEPS}
26 net-wireless/gr-osmosdr
27 fgfs? (
28 games-simulation/flightgear
29 - sci-libs/scipy
30 + || (
31 + sci-libs/scipy-python2[${PYTHON_USEDEP}]
32 + sci-libs/scipy[${PYTHON_USEDEP}]
33 + )
34 )
35 rtlsdr? ( net-wireless/rtl-sdr )
36 uhd? ( >=net-wireless/uhd-3.4.0 )