Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@×××××××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/
Date: Sat, 21 Apr 2012 17:28:37
Message-Id: 1335029151.e141176cba4d5c097b09b94446db9f6dc17477e3.kensington@gentoo
1 commit: e141176cba4d5c097b09b94446db9f6dc17477e3
2 Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
3 AuthorDate: Sat Apr 21 17:25:51 2012 +0000
4 Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
5 CommitDate: Sat Apr 21 17:25:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e141176c
7
8 [dev-python/PyQt4] Fully respect C{XX}FLAGS.
9
10 (Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild | 2 ++
14 1 files changed, 2 insertions(+), 0 deletions(-)
15
16 diff --git a/dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild b/dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild
17 index 6bab0ec..06a12d9 100644
18 --- a/dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild
19 +++ b/dev-python/PyQt4/PyQt4-4.9.2_pre20120408.ebuild
20 @@ -148,6 +148,8 @@ src_configure() {
21 LINK_SHLIB="$(tc-getCXX)"
22 CFLAGS="${CFLAGS}"
23 CXXFLAGS="${CXXFLAGS}"
24 + CFLAGS_RELEASE=
25 + CXXFLAGS_RELEASE=
26 LFLAGS="${LDFLAGS}")
27 echo "${myconf[@]}"
28 "${myconf[@]}" || die