Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit23/
Date: Thu, 23 Jul 2015 18:12:32
Message-Id: 1437675120.9398fba8f6896774467337d3edac6b9a006b05e8.pesa@gentoo
1 commit: 9398fba8f6896774467337d3edac6b9a006b05e8
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 23 18:12:00 2015 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 23 18:12:00 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9398fba8
7
8 [dev-qt/qtwebkit23] production_build is already added by the build-webkit script.
9
10 Package-Manager: portage-2.2.20
11
12 dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild b/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
16 index d2ada80..bd9d57b 100644
17 --- a/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
18 +++ b/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
19 @@ -79,7 +79,7 @@ multilib_src_compile() {
20 --qt
21 # tell the build system where to find the qmake binary for the current ABI
22 --qmake="$(qt4_get_bindir)"/qmake
23 - --qmakearg="CONFIG+=nostrip CONFIG+=production_build DEFINES+=HAVE_QTTESTLIB=0"
24 + --qmakearg="CONFIG+=nostrip DEFINES+=HAVE_QTTESTLIB=0"
25 --makeargs="${MAKEOPTS}"
26 --$(usex debug debug release)
27 --$(usex gstreamer video no-video)