net-wireless/gr-air-modes: Permit scipy-python2
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 20:56:39 +0000 (21:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 21:30:13 +0000 (22:30 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-wireless/gr-air-modes/gr-air-modes-9999.ebuild

index 4c15327897147c5be95261c0bb3b94d3e2181bb2..5f10964933fd81ce225afedd47e2f8ed8e781047 100644 (file)
@@ -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 )