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: Thu, 07 Jun 2012 13:42:52
Message-Id: 1339076477.8af2d6af32f15222e8f5e50a91a70b1a98410d86.pesa@gentoo
1 commit: 8af2d6af32f15222e8f5e50a91a70b1a98410d86
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 7 13:41:17 2012 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 7 13:41:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8af2d6af
7
8 [qt-core:5] Enable USE=glib by default.
9
10 (Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 x11-libs/qt-core/qt-core-5.9999.ebuild | 2 +-
14 1 files changed, 1 insertions(+), 1 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 0c9b04f..eb950f1 100644
18 --- a/x11-libs/qt-core/qt-core-5.9999.ebuild
19 +++ b/x11-libs/qt-core/qt-core-5.9999.ebuild
20 @@ -14,7 +14,7 @@ else
21 KEYWORDS="~amd64"
22 fi
23
24 -IUSE="glib icu ssl"
25 +IUSE="+glib icu ssl"
26
27 DEPEND="
28 >=dev-libs/libpcre-8.30[pcre16]