Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/
Date: Mon, 23 Jan 2017 16:01:30
Message-Id: 1485187273.2ef029b82ef450493c361114bb44effda80ad385.zerochaos@gentoo
1 commit: 2ef029b82ef450493c361114bb44effda80ad385
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 16:00:54 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 16:01:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef029b8
7
8 net-wireless/gnuradio: fix bug #597214 and FL-3505
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild | 4 ++--
13 net-wireless/gnuradio/gnuradio-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild b/net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild
17 index eab3753..3782092 100644
18 --- a/net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild
19 +++ b/net-wireless/gnuradio/gnuradio-3.7.10.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -71,7 +71,7 @@ RDEPEND="${PYTHON_DEPS}
27 >=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
28 >=dev-qt/qtcore-4.4:4
29 >=dev-qt/qtgui-4.4:4
30 - x11-libs/qwt:6
31 + x11-libs/qwt:6[qt4(+)]
32 )
33 sdl? ( >=media-libs/libsdl-1.2.0 )
34 uhd? ( >=net-wireless/uhd-3.4.3-r1:=[${PYTHON_USEDEP}] )
35
36 diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild
37 index fc2b843..de0619b 100644
38 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild
39 +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -71,7 +71,7 @@ RDEPEND="${PYTHON_DEPS}
47 >=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
48 >=dev-qt/qtcore-4.4:4
49 >=dev-qt/qtgui-4.4:4
50 - x11-libs/qwt:6
51 + x11-libs/qwt:6[qt4(+)]
52 )
53 sdl? ( >=media-libs/libsdl-1.2.0 )
54 uhd? ( >=net-wireless/uhd-3.4.3-r1:=[${PYTHON_USEDEP}] )