commit:     190f15a0bfc1f1c85d033589bd87d41238a015f9
Author:     Michael Vetter <g.bluehut <AT> gmail <DOT> com>
AuthorDate: Wed Nov  5 12:53:30 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Nov  5 13:02:58 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=190f15a0

Remove switch for Qt5

Lxqt dropped Qt4 support, thus this is not needed anymore.
See commit b11ac14c5efa430e028f847cf3eefc8b8c5d150e and
2bf3372b424b4d371b944928f7a3800d0c22a692 in liblxqt repo for proof of
that.

Version 0.8 still has it, from then on they will change it.

---
 lxqt-base/liblxqt/liblxqt-9999.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild 
b/lxqt-base/liblxqt/liblxqt-9999.ebuild
index a86be67..36eb59a 100644
--- a/lxqt-base/liblxqt/liblxqt-9999.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild
@@ -42,10 +42,3 @@ pkg_pretend() {
                        die 'The active compiler needs to be gcc 4.8 (or newer)'
        fi
 }
-
-src_configure() {
-       local mycmakeargs=(
-               -DUSE_QT5=ON
-       )
-       cmake-utils_src_configure
-}

Reply via email to