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 461C21381F3 for ; Mon, 5 Nov 2012 05:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0E1CE0123; Mon, 5 Nov 2012 05:37:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3483BE0123 for ; Mon, 5 Nov 2012 05:37:52 +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 789A933D96C for ; Mon, 5 Nov 2012 05:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B2857E5442 for ; Mon, 5 Nov 2012 05:37:49 +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: <1352093845.c653c8772330e8f8a90109a466c58c889b1fc798.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: c653c8772330e8f8a90109a466c58c889b1fc798 X-VCS-Branch: master Date: Mon, 5 Nov 2012 05:37:49 +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: ea64bd84-1b6e-44d0-9ca4-e890bcd713f6 X-Archives-Hash: 606094d33593f78620de550f26aadca0 commit: c653c8772330e8f8a90109a466c58c889b1fc798 Author: Davide Pesavento gmail com> AuthorDate: Mon Nov 5 05:36:17 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Nov 5 05:37:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c653c877 [dev-python/PyQt4] (WIP) We have to be very explicit. Package-Manager: portage-2.2.0_alpha142 --- dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild index dffaba2..3eb5987 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild @@ -145,11 +145,16 @@ src_configure() { AR="$(tc-getAR) cqs" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" + CFLAGS_RELEASE= CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" + CXXFLAGS_RELEASE= LINK="$(tc-getCXX)" LINK_SHLIB="$(tc-getCXX)" LFLAGS="${LDFLAGS}" + LFLAGS_RELEASE= + RANLIB= + STRIP= ) echo "${myconf[@]}" "${myconf[@]}" || die