Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gqrx/files: no_qtsvg.patch
Date: Wed, 27 Aug 2014 17:41:26
Message-Id: 20140827174122.1CB923FFB@oystercatcher.gentoo.org
1 zerochaos 14/08/27 17:41:22
2
3 Added: no_qtsvg.patch
4 Log:
5 fixing bug 521206 by removing incorrect qtsvg requirement
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.1 net-wireless/gqrx/files/no_qtsvg.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/files/no_qtsvg.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/files/no_qtsvg.patch?rev=1.1&content-type=text/plain
14
15 Index: no_qtsvg.patch
16 ===================================================================
17 diff --git a/gqrx.pro b/gqrx.pro
18 index 2998186..b1e7687 100644
19 --- a/gqrx.pro
20 +++ b/gqrx.pro
21 @@ -9,7 +9,7 @@
22 # BOOST_SUFFIX=-mt To link against libboost-xyz-mt (needed for pybombs)
23 #--------------------------------------------------------------------------------
24
25 -QT += core gui svg network
26 +QT += core gui network
27 contains(QT_MAJOR_VERSION,5) {
28 QT += widgets
29 }