From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SLe6v-0007Jk-C8 for garchives@archives.gentoo.org; Sat, 21 Apr 2012 17:28:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D0B1E0958; Sat, 21 Apr 2012 17:28:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 55EA5E0958 for ; Sat, 21 Apr 2012 17:28:29 +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 7436D1B40E0 for ; Sat, 21 Apr 2012 17:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E1166E5403 for ; Sat, 21 Apr 2012 17:28:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1335029151.e141176cba4d5c097b09b94446db9f6dc17477e3.kensington@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.2_pre20120408.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e141176cba4d5c097b09b94446db9f6dc17477e3 X-VCS-Branch: master Date: Sat, 21 Apr 2012 17:28:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6406e905-73d6-43d0-b2b6-b8475d1dd488 X-Archives-Hash: 8faa74c9172b872a3287edd7641d270f commit: e141176cba4d5c097b09b94446db9f6dc17477e3 Author: Michael Palimaka astralcloak net> AuthorDate: Sat Apr 21 17:25:51 2012 +0000 Commit: Michael Palimaka astralcloak net> CommitDate: Sat Apr 21 17:25:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3De141176c [dev-python/PyQt4] Fully respect C{XX}FLAGS. (Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit) --- dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild b/dev-python= /PyQt4/PyQt4-4.9.2_pre20120408.ebuild index 6bab0ec..06a12d9 100644 --- a/dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild @@ -148,6 +148,8 @@ src_configure() { LINK_SHLIB=3D"$(tc-getCXX)" CFLAGS=3D"${CFLAGS}" CXXFLAGS=3D"${CXXFLAGS}" + CFLAGS_RELEASE=3D + CXXFLAGS_RELEASE=3D LFLAGS=3D"${LDFLAGS}") echo "${myconf[@]}" "${myconf[@]}" || die