net-analyzer/gr-fosphor: Drop USE=qt4
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 3 Apr 2018 16:25:55 +0000 (18:25 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 3 Apr 2018 16:25:55 +0000 (18:25 +0200)
Closes: https://bugs.gentoo.org/641940
Package-Manager: Portage-2.3.28, Repoman-2.3.9

net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild

index 80888f939b37cc89be4529d44e8b27008789584f..29c293990ccff6db60cf0c75d51654b6f52bf1d2 100644 (file)
@@ -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
 }