Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gr-fosphor/
Date: Sat, 08 Jul 2017 01:35:10
Message-Id: 1499477678.4ffd29147d977145659abdaf91e0eaf3a2549093.zx2c4@gentoo
1 commit: 4ffd29147d977145659abdaf91e0eaf3a2549093
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 01:33:04 2017 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 01:34:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffd2914
7
8 net-analyzer/gr-fosphor: no wxwidgets
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
16 index 5104e42843b..e31c44e5a78 100644
17 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
18 +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -23,14 +23,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
26
27 LICENSE="GPL-3+"
28 SLOT="0"
29 -IUSE="+glfw qt4 wxwidgets"
30 +IUSE="+glfw qt4"
31
32 RDEPEND="qt4? (
33 dev-qt/qtcore:4
34 dev-qt/qtgui:4
35 dev-qt/qtopengl:4
36 )
37 - >=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?,${PYTHON_USEDEP}]
38 + >=net-wireless/gnuradio-3.7_rc:0=[qt4?,${PYTHON_USEDEP}]
39 media-libs/freetype
40 dev-libs/boost:=
41 glfw? ( >=media-libs/glfw-3 )
42 @@ -54,8 +54,8 @@ src_configure() {
43 local mycmakeargs="
44 $(cmake-utils_use_enable glfw GLFW)
45 $(cmake-utils_use_enable qt4 QT)
46 - $(cmake-utils_use_enable wxwidgets WX)
47 -DENABLE_PYTHON=ON
48 + -DENABLE_WX=OFF
49 "
50 cmake-utils_src_configure
51 }