From: Michał Górny Date: Tue, 28 Jan 2020 20:56:39 +0000 (+0100) Subject: net-wireless/gr-air-modes: Permit scipy-python2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb78c745c9e9a4e5a0e11f7cf900d7058a5374f9;p=gentoo.git net-wireless/gr-air-modes: Permit scipy-python2 Signed-off-by: Michał Górny --- 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 4c1532789714..5f10964933fd 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 )