diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 17:12:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 17:24:11 +0100 |
commit | ea0422d2924f06264e4e69e7df0c5e4fe266bd4e (patch) | |
tree | e2e73c37f04540227936e6c7acf03c7af2bdabb4 /sci-visualization | |
parent | kde-misc/markdownpart: Stabilize 0.1.1 x86, #753242 (diff) | |
download | gentoo-ea0422d2924f06264e4e69e7df0c5e4fe266bd4e.tar.gz gentoo-ea0422d2924f06264e4e69e7df0c5e4fe266bd4e.tar.bz2 gentoo-ea0422d2924f06264e4e69e7df0c5e4fe266bd4e.zip |
sci-visualization/paraview: Really drop QT_SELECT this time
Closes: https://bugs.gentoo.org/755977
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/paraview/paraview-5.8.1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sci-visualization/paraview/paraview-5.8.1.ebuild b/sci-visualization/paraview/paraview-5.8.1.ebuild index d647fcf19cef..21cee95dc062 100644 --- a/sci-visualization/paraview/paraview-5.8.1.ebuild +++ b/sci-visualization/paraview/paraview-5.8.1.ebuild @@ -132,10 +132,6 @@ src_prepare() { } src_configure() { - if use qt5; then - export QT_SELECT=qt5 - fi - local mycmakeargs=( -DCMAKE_INSTALL_LIBDIR="${PVLIBDIR}" -UBUILD_SHARED_LIBS |