commit: a9544171706ff5b01b3502b7df8c92c09c014f8b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Apr 3 16:25:55 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Apr 3 16:25:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9544171
net-analyzer/gr-fosphor: Drop USE=qt4 Closes: https://bugs.gentoo.org/641940 Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index 80888f939b3..29c293990cc 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 }
