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 2CC3A1381F3 for ; Tue, 27 Nov 2012 12:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD997E0642 for ; Tue, 27 Nov 2012 12:02:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0C8C21C00C for ; Tue, 27 Nov 2012 09:21:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5AAB33D9B4 for ; Tue, 27 Nov 2012 09:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 48436E5436 for ; Tue, 27 Nov 2012 09:21:35 +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: <1354007961.c6854cd8a6ccd392ac5d48ccc0788a21d7343d4b.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-core/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/qt-core/metadata.xml x11-libs/qt-core/qt-core-4.8.9999.ebuild X-VCS-Directories: x11-libs/qt-core/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: c6854cd8a6ccd392ac5d48ccc0788a21d7343d4b X-VCS-Branch: master Date: Tue, 27 Nov 2012 09:21:35 +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: 801566c6-3e39-4a14-85f2-afee27e3e1b1 X-Archives-Hash: edb4e6356c3cb0683cf39024de8ef831 commit: c6854cd8a6ccd392ac5d48ccc0788a21d7343d4b Author: Davide Pesavento gmail com> AuthorDate: Tue Nov 27 09:19:21 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Nov 27 09:19:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c6854cd8 [x11-libs/qt-core:4] Remove USE=optimized-qmake wrt bug 434780. --- x11-libs/qt-core/metadata.xml | 1 - x11-libs/qt-core/qt-core-4.8.9999.ebuild | 3 +-- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/x11-libs/qt-core/metadata.xml b/x11-libs/qt-core/metadata.xml index eb61685..7d709fa 100644 --- a/x11-libs/qt-core/metadata.xml +++ b/x11-libs/qt-core/metadata.xml @@ -8,7 +8,6 @@ Add support for exceptions - like catching them inside the event loop (recommended by Nokia) Enable dev-libs/glib eventloop support - Enable qmake optimization Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. diff --git a/x11-libs/qt-core/qt-core-4.8.9999.ebuild b/x11-libs/qt-core/qt-core-4.8.9999.ebuild index 242cd7b..f4e2ed6 100644 --- a/x11-libs/qt-core/qt-core-4.8.9999.ebuild +++ b/x11-libs/qt-core/qt-core-4.8.9999.ebuild @@ -13,7 +13,7 @@ if [[ ${QT4_BUILD_TYPE} == live ]]; then else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi -IUSE="+glib iconv icu optimized-qmake qt3support ssl" +IUSE="+glib iconv icu qt3support ssl" DEPEND=" sys-libs/zlib @@ -107,7 +107,6 @@ src_configure() { $(qt_use glib) $(qt_use iconv) $(qt_use icu) - $(qt_use optimized-qmake) $(use ssl && echo -openssl-linked || echo -no-openssl) $(qt_use qt3support)"