summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2013-06-03 06:35:30 +0000
committerDavide Pesavento <pesa@gentoo.org>2013-06-03 06:35:30 +0000
commitb7845a6864e7368b537d713deb2aa4489db4a844 (patch)
tree229d0f81d1bc4671c09aff7eed3d95c7b29a4205 /eclass
parentVersion bump (diff)
downloadgentoo-2-b7845a6864e7368b537d713deb2aa4489db4a844.tar.gz
gentoo-2-b7845a6864e7368b537d713deb2aa4489db4a844.tar.bz2
gentoo-2-b7845a6864e7368b537d713deb2aa4489db4a844.zip
Clarify that only CONFIG processing is skipped.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4-r2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass
index b8483685e5c0..32b8df552bdd 100644
--- a/eclass/qt4-r2.eclass
+++ b/eclass/qt4-r2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.26 2013/06/03 06:20:53 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.27 2013/06/03 06:35:30 pesa Exp $
# @ECLASS: qt4-r2.eclass
# @MAINTAINER:
@@ -145,7 +145,7 @@ qt4-r2_src_install() {
# @VARIABLE: EQMAKE4_EXCLUDE
# @DEFAULT_UNSET
# @DESCRIPTION:
-# List of files to be excluded from eqmake4 processing.
+# List of files to be excluded from eqmake4 CONFIG processing.
# Paths are relative to the current working directory (usually ${S}).
#
# Example: EQMAKE4_EXCLUDE="ignore/me.pro foo/*"