diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-03 18:25:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-03 18:25:55 +0200 |
commit | a9544171706ff5b01b3502b7df8c92c09c014f8b (patch) | |
tree | 964bd341e82ef59bec87576d69c928195c2a1ea1 /net-analyzer/gr-fosphor | |
parent | app-backup/backintime: Add 1.2.0_pre20180221 Qt5-based snapshot (diff) | |
download | gentoo-a9544171706ff5b01b3502b7df8c92c09c014f8b.tar.gz gentoo-a9544171706ff5b01b3502b7df8c92c09c014f8b.tar.bz2 gentoo-a9544171706ff5b01b3502b7df8c92c09c014f8b.zip |
net-analyzer/gr-fosphor: Drop USE=qt4
Closes: https://bugs.gentoo.org/641940
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'net-analyzer/gr-fosphor')
-rw-r--r-- | net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 13 |
1 files 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 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 } |