summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2017-07-08 03:33:04 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2017-07-08 03:34:38 +0200
commit4ffd29147d977145659abdaf91e0eaf3a2549093 (patch)
tree0e3320e3775c437356a47920f39605da58f65bb9
parentdev-libs/libgnome-games-support: bump to 1.2.2 for translation updates (diff)
downloadgentoo-4ffd2914.tar.gz
gentoo-4ffd2914.tar.bz2
gentoo-4ffd2914.zip
net-analyzer/gr-fosphor: no wxwidgets
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
index 5104e42843b8..e31c44e5a78a 100644
--- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
+++ b/net-analyzer/gr-fosphor/gr-fosphor-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
EAPI=5
@@ -23,14 +23,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
LICENSE="GPL-3+"
SLOT="0"
-IUSE="+glfw qt4 wxwidgets"
+IUSE="+glfw qt4"
RDEPEND="qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtopengl:4
)
- >=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?,${PYTHON_USEDEP}]
+ >=net-wireless/gnuradio-3.7_rc:0=[qt4?,${PYTHON_USEDEP}]
media-libs/freetype
dev-libs/boost:=
glfw? ( >=media-libs/glfw-3 )
@@ -54,8 +54,8 @@ src_configure() {
local mycmakeargs="
$(cmake-utils_use_enable glfw GLFW)
$(cmake-utils_use_enable qt4 QT)
- $(cmake-utils_use_enable wxwidgets WX)
-DENABLE_PYTHON=ON
+ -DENABLE_WX=OFF
"
cmake-utils_src_configure
}