From: Andreas Sturmlechner Date: Tue, 3 Apr 2018 16:25:55 +0000 (+0200) Subject: net-analyzer/gr-fosphor: Drop USE=qt4 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a9544171706ff5b01b3502b7df8c92c09c014f8b;p=gentoo.git net-analyzer/gr-fosphor: Drop USE=qt4 Closes: https://bugs.gentoo.org/641940 Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index 80888f939b37..29c293990ccf 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild @@ -24,14 +24,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" LICENSE="GPL-3+" SLOT="0" -IUSE="+glfw qt4 wxwidgets" +IUSE="+glfw wxwidgets" -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}] +RDEPEND=" + >=net-wireless/gnuradio-3.7_rc:0=[wxwidgets?,${PYTHON_USEDEP}] media-libs/freetype dev-libs/boost:= glfw? ( >=media-libs/glfw-3 ) @@ -56,9 +52,10 @@ src_configure() { local mycmakeargs=( -DENABLE_DEFAULT=OFF -DENABLE_GLFW="$(usex glfw)" - -DENABLE_QT="$(usex qt4)" + -DENABLE_QT=OFF -DENABLE_WX="$(usex wxwidgets)" -DENABLE_PYTHON=ON ) + # re-enable Qt if port to Qt5 is ever finished cmake-utils_src_configure }