From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B357D138825 for ; Wed, 5 Nov 2014 18:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3964BE08E1; Wed, 5 Nov 2014 18:33:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C206BE08E1 for ; Wed, 5 Nov 2014 18:33:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 732E53404CD for ; Wed, 5 Nov 2014 18:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 071E69804 for ; Wed, 5 Nov 2014 18:33:44 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1415192578.190f15a0bfc1f1c85d033589bd87d41238a015f9.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/liblxqt/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/liblxqt/liblxqt-9999.ebuild X-VCS-Directories: lxqt-base/liblxqt/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 190f15a0bfc1f1c85d033589bd87d41238a015f9 X-VCS-Branch: master Date: Wed, 5 Nov 2014 18:33:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc50b532-319e-4bae-95f3-df9777361312 X-Archives-Hash: 1b17d1e4d32edac806c5676581bbacb1 commit: 190f15a0bfc1f1c85d033589bd87d41238a015f9 Author: Michael Vetter gmail com> AuthorDate: Wed Nov 5 12:53:30 2014 +0000 Commit: Davide Pesavento gentoo 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 -}