summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-21 11:44:25 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-21 11:44:25 +0000
commit93fcd81d49dc725034c0220ac6ef3d9dafd222f7 (patch)
treea622d52be179b217f242deadb7fe3235f81ff307
parentAdd libv4l useflag and do not dodoc a file that is now removed (diff)
downloadgentoo-2-93fcd81d49dc725034c0220ac6ef3d9dafd222f7.tar.gz
gentoo-2-93fcd81d49dc725034c0220ac6ef3d9dafd222f7.tar.bz2
gentoo-2-93fcd81d49dc725034c0220ac6ef3d9dafd222f7.zip
Update comment for PATCHES variable array so it reflect the reality.
-rw-r--r--eclass/qt4.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass
index 9d695566458a..47255f4616eb 100644
--- a/eclass/qt4.eclass
+++ b/eclass/qt4.eclass
@@ -1,6 +1,6 @@
# Copyright 2005-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.59 2009/11/10 00:56:29 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.60 2009/11/21 11:44:25 scarabeus Exp $
# @ECLASS: qt4.eclass
# @MAINTAINER:
@@ -176,8 +176,10 @@ qt4_pkg_setup() {
# Make sure to specify the full path. This variable is necessary for the
# src_prepare phase.
# example:
-# PATCHES="${FILESDIR}/mypatch.patch
-# ${FILESDIR}/mypatch2.patch"
+# PATCHES=(
+# "${FILESDIR}/mypatch.patch"
+# "${FILESDIR}/mypatch2.patch"
+# )
#
# @FUNCTION: qt4_src_prepare
# @DESCRIPTION: