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 07E9C13877A for ; Fri, 15 Aug 2014 01:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C345BE0A49; Fri, 15 Aug 2014 01:53:48 +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 69EE9E0A49 for ; Fri, 15 Aug 2014 01:53:48 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 534D8340515 for ; Fri, 15 Aug 2014 01:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8497E1881C for ; Fri, 15 Aug 2014 01:53:43 +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: <1408065431.c32aaecbd56bab9f7bf5a93e66d321bd60148899.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: c32aaecbd56bab9f7bf5a93e66d321bd60148899 X-VCS-Branch: master Date: Fri, 15 Aug 2014 01:53:43 +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: 8cb3f75e-4c7d-40c7-a876-eebfb3447044 X-Archives-Hash: 5756f39adca0554921770e6d4787252b commit: c32aaecbd56bab9f7bf5a93e66d321bd60148899 Author: Davide Pesavento gentoo org> AuthorDate: Fri Aug 15 01:17:11 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Aug 15 01:17:11 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c32aaecb [qt5-build.eclass] Fix comment. --- eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 10f1586..04800d3 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -184,7 +184,7 @@ qt5-build_src_prepare() { sed -i -e '/^CPPFLAGS\s*=/ s/-g //' \ qmake/Makefile.unix || die "sed failed (CPPFLAGS for qmake build)" - # Respect CXX in configure + # Respect CXX in {bsymbolic_functions,fvisibility,precomp}.test sed -i -e "/^QMAKE_CONF_COMPILER=/ s:=.*:=\"$(tc-getCXX)\":" \ configure || die "sed failed (QMAKE_CONF_COMPILER)" 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 EA80B13877A for ; Tue, 19 Aug 2014 05:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B157E08CA; Tue, 19 Aug 2014 05:46:53 +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 7C28BE08CA for ; Tue, 19 Aug 2014 05:46:52 +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 644533400E2 for ; Tue, 19 Aug 2014 05:46:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57F823B7D for ; Tue, 19 Aug 2014 01:07:18 +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: <1408065431.c32aaecbd56bab9f7bf5a93e66d321bd60148899.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: c32aaecbd56bab9f7bf5a93e66d321bd60148899 X-VCS-Branch: master Date: Tue, 19 Aug 2014 01:07:18 +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: 6245c78b-609e-4130-9f73-d0cb98865273 X-Archives-Hash: c87d7ffeb20e87f8ba377130eaaeafcb Message-ID: <20140819010718.VRyHfotiwg4aDSwZxn2ttvhlsMRhdmBm9wkdER86BGk@z> commit: c32aaecbd56bab9f7bf5a93e66d321bd60148899 Author: Davide Pesavento gentoo org> AuthorDate: Fri Aug 15 01:17:11 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Aug 15 01:17:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c32aaecb [qt5-build.eclass] Fix comment. --- eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 10f1586..04800d3 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -184,7 +184,7 @@ qt5-build_src_prepare() { sed -i -e '/^CPPFLAGS\s*=/ s/-g //' \ qmake/Makefile.unix || die "sed failed (CPPFLAGS for qmake build)" - # Respect CXX in configure + # Respect CXX in {bsymbolic_functions,fvisibility,precomp}.test sed -i -e "/^QMAKE_CONF_COMPILER=/ s:=.*:=\"$(tc-getCXX)\":" \ configure || die "sed failed (QMAKE_CONF_COMPILER)"