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 30AD8138010 for ; Sat, 22 Sep 2012 12:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF71621C001; Sat, 22 Sep 2012 12:01:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 99DBF21C001 for ; Sat, 22 Sep 2012 12:01:55 +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 0A9DC33CEF7 for ; Sat, 22 Sep 2012 12:01:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B8704E5445 for ; Sat, 22 Sep 2012 12:01:53 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1348309561.c9776a241534567058f045e4f175d1e2a130275d.hwoarang@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/qt-core-4.8.9999.ebuild X-VCS-Directories: x11-libs/qt-core/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: c9776a241534567058f045e4f175d1e2a130275d X-VCS-Branch: master Date: Sat, 22 Sep 2012 12:01:53 +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: 4da0a96a-7dc9-4d7c-904d-b8e064065c5a X-Archives-Hash: f24dcbd37577d8d698f65676b5cc0ce3 commit: c9776a241534567058f045e4f175d1e2a130275d Author: Markos Chandras gentoo org> AuthorDate: Sat Sep 22 10:26:01 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Sep 22 10:26:01 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c9776a24 x11-libs/qt-core: Sync with portage ebuild --- x11-libs/qt-core/qt-core-4.8.9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 77229ec..242cd7b 100644 --- a/x11-libs/qt-core/qt-core-4.8.9999.ebuild +++ b/x11-libs/qt-core/qt-core-4.8.9999.ebuild @@ -88,7 +88,7 @@ src_prepare() { sed -i -e "s:LFLAGS.*=:LFLAGS=${LDFLAGS} :" \ "${S}/qmake/Makefile.unix" || die "sed qmake/Makefile.unix LDFLAGS failed" - # bug #427782 + # bug 427782 sed -i -e "/^CPPFLAGS/s/-g//" \ "${S}/qmake/Makefile.unix" || die "sed qmake/Makefile.unix CPPFLAGS failed" sed -i -e "s/setBootstrapVariable QMAKE_CFLAGS_RELEASE/QMakeVar set QMAKE_CFLAGS_RELEASE/" \