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