Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Mon, 28 Jul 2014 20:26:41
Message-Id: 1406579106.c0aabf0dbb701c5bc469c9425c7ce2b242c50cef.pesa@gentoo
1 commit: c0aabf0dbb701c5bc469c9425c7ce2b242c50cef
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 28 20:25:06 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 28 20:25:06 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c0aabf0d
7
8 [qt5-build.eclass] Stop passing -process to configure (bug 518402).
9
10 It's already the default anyway.
11
12 ---
13 eclass/qt5-build.eclass | 3 ---
14 1 file changed, 3 deletions(-)
15
16 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
17 index 16b5d93..e6c20ec 100644
18 --- a/eclass/qt5-build.eclass
19 +++ b/eclass/qt5-build.eclass
20 @@ -469,9 +469,6 @@ qt5_base_configure() {
21 # build shared libraries
22 -shared
23
24 - # generate only a top-level Makefile
25 - -process
26 -
27 # always enable large file support
28 -largefile