Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-core/
Date: Mon, 02 Jul 2012 17:01:17
Message-Id: 1341248392.e766ed011023de58ac339838f1fc069a0a6ef697.pesa@gentoo
1 commit: e766ed011023de58ac339838f1fc069a0a6ef697
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 2 16:59:52 2012 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 16:59:52 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e766ed01
7
8 [x11-libs/qt-core:5] Add QCONFIG_{DEFINE,REMOVE}.
9
10 (Portage version: 2.2.0_alpha114/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 x11-libs/qt-core/qt-core-5.9999.ebuild | 8 ++++++++
14 1 files changed, 8 insertions(+), 0 deletions(-)
15
16 diff --git a/x11-libs/qt-core/qt-core-5.9999.ebuild b/x11-libs/qt-core/qt-core-5.9999.ebuild
17 index fe419b7..7a5ec17 100644
18 --- a/x11-libs/qt-core/qt-core-5.9999.ebuild
19 +++ b/x11-libs/qt-core/qt-core-5.9999.ebuild
20 @@ -34,6 +34,14 @@ QT5_TARGET_SUBDIRS=(
21 src/corelib
22 src/concurrent
23 )
24 +QCONFIG_DEFINE="QT_ZLIB"
25 +
26 +pkg_setup() {
27 + QCONFIG_REMOVE="$(usev !glib)
28 + $(usev !icu)"
29 +
30 + qt5-build_pkg_setup
31 +}
32
33 src_configure() {
34 local myconf=(