Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-r2.eclass
Date: Mon, 03 Jun 2013 06:35:36
Message-Id: 20130603063530.C4F5C2171D@flycatcher.gentoo.org
1 pesa 13/06/03 06:35:30
2
3 Modified: qt4-r2.eclass
4 Log:
5 Clarify that only CONFIG processing is skipped.
6
7 Revision Changes Path
8 1.27 eclass/qt4-r2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-r2.eclass?r1=1.26&r2=1.27
13
14 Index: qt4-r2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- qt4-r2.eclass 3 Jun 2013 06:20:53 -0000 1.26
21 +++ qt4-r2.eclass 3 Jun 2013 06:35:30 -0000 1.27
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.26 2013/06/03 06:20:53 pesa Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.27 2013/06/03 06:35:30 pesa Exp $
27
28 # @ECLASS: qt4-r2.eclass
29 # @MAINTAINER:
30 @@ -145,7 +145,7 @@
31 # @VARIABLE: EQMAKE4_EXCLUDE
32 # @DEFAULT_UNSET
33 # @DESCRIPTION:
34 -# List of files to be excluded from eqmake4 processing.
35 +# List of files to be excluded from eqmake4 CONFIG processing.
36 # Paths are relative to the current working directory (usually ${S}).
37 #
38 # Example: EQMAKE4_EXCLUDE="ignore/me.pro foo/*"