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: Fri, 29 Jun 2012 00:17:44
Message-Id: 1340928781.e6ac10bed3d49a0d36c7f1083d78923d5818cc25.pesa@gentoo
1 commit: e6ac10bed3d49a0d36c7f1083d78923d5818cc25
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 29 00:13:01 2012 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 00:13:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e6ac10be
7
8 [x11-libs/qt-core:5] Drop a few problematic parameters from myconf.
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 | 3 +--
14 1 files changed, 1 insertions(+), 2 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 881e035..fe419b7 100644
18 --- a/x11-libs/qt-core/qt-core-5.9999.ebuild
19 +++ b/x11-libs/qt-core/qt-core-5.9999.ebuild
20 @@ -40,8 +40,7 @@ src_configure() {
21 $(qt_use glib)
22 -iconv
23 $(qt_use icu)
24 - -no-accessibility -no-gui -no-cups -no-dbus
25 - -no-xcb -no-eglfs -no-directfb -no-opengl
26 + -no-xcb -no-eglfs -no-directfb
27 )
28 qt5-build_src_configure
29 }