qt5-build.eclass: simplify conditional since 5.8.0 is gone
authorDavide Pesavento <pesa@gentoo.org>
Thu, 18 May 2017 00:22:33 +0000 (02:22 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 8 Oct 2017 01:46:24 +0000 (12:46 +1100)
eclass/qt5-build.eclass

index f905a7ab273351d21718ce81604182d2862acafd..b6c211bcad71690af66475bf149b93f619388926 100644 (file)
@@ -641,8 +641,7 @@ qt5_base_configure() {
                # disable undocumented X11-related flags, override in qtgui
                # (not shown in ./configure -help output)
                -no-xkb
-               $([[ ${QT5_MINOR_VERSION} -lt 8 || ${QT5_MINOR_VERSION} -eq 8
-                       && ${QT5_PATCH_VERSION} -lt 1 ]] && echo -no-xrender)
+               $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-xrender)
 
                # disable obsolete/unused X11-related flags
                $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape -no-xsync)