diff options
author | 2017-01-23 11:00:54 -0500 | |
---|---|---|
committer | 2017-01-23 11:01:13 -0500 | |
commit | 2ef029b82ef450493c361114bb44effda80ad385 (patch) | |
tree | fc9b1d1d797d5af04824381296311bc2c38a3d8b /net-wireless | |
parent | dev-cpp/libbinio: x86 stable wrt bug #606842 (diff) | |
download | gentoo-2ef029b82ef450493c361114bb44effda80ad385.tar.gz gentoo-2ef029b82ef450493c361114bb44effda80ad385.tar.bz2 gentoo-2ef029b82ef450493c361114bb44effda80ad385.zip |
net-wireless/gnuradio: fix bug #597214 and FL-3505
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild b/net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild index eab3753c49f1..3782092cda98 100644 --- a/net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -71,7 +71,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 - x11-libs/qwt:6 + x11-libs/qwt:6[qt4(+)] ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[${PYTHON_USEDEP}] ) diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index fc2b843e69dd..de0619b6355a 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -71,7 +71,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 - x11-libs/qwt:6 + x11-libs/qwt:6[qt4(+)] ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[${PYTHON_USEDEP}] ) |