Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gr-fosphor/
Date: Tue, 03 Apr 2018 16:26:12
Message-Id: 1522772755.a9544171706ff5b01b3502b7df8c92c09c014f8b.asturm@gentoo
1 commit: a9544171706ff5b01b3502b7df8c92c09c014f8b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 16:25:55 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 16:25:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9544171
7
8 net-analyzer/gr-fosphor: Drop USE=qt4
9
10 Closes: https://bugs.gentoo.org/641940
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 13 +++++--------
14 1 file changed, 5 insertions(+), 8 deletions(-)
15
16 diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
17 index 80888f939b3..29c293990cc 100644
18 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
19 +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
20 @@ -24,14 +24,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
21
22 LICENSE="GPL-3+"
23 SLOT="0"
24 -IUSE="+glfw qt4 wxwidgets"
25 +IUSE="+glfw wxwidgets"
26
27 -RDEPEND="qt4? (
28 - dev-qt/qtcore:4
29 - dev-qt/qtgui:4
30 - dev-qt/qtopengl:4
31 - )
32 - >=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?,${PYTHON_USEDEP}]
33 +RDEPEND="
34 + >=net-wireless/gnuradio-3.7_rc:0=[wxwidgets?,${PYTHON_USEDEP}]
35 media-libs/freetype
36 dev-libs/boost:=
37 glfw? ( >=media-libs/glfw-3 )
38 @@ -56,9 +52,10 @@ src_configure() {
39 local mycmakeargs=(
40 -DENABLE_DEFAULT=OFF
41 -DENABLE_GLFW="$(usex glfw)"
42 - -DENABLE_QT="$(usex qt4)"
43 + -DENABLE_QT=OFF
44 -DENABLE_WX="$(usex wxwidgets)"
45 -DENABLE_PYTHON=ON
46 )
47 + # re-enable Qt if port to Qt5 is ever finished
48 cmake-utils_src_configure
49 }