summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2011-01-20 00:12:59 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2011-01-20 00:12:59 +0000
commitbc8710ee70fa91d8e3ced7d4c72d38fac71e4a11 (patch)
treeb61fd367be2d354578ede3399e633eadd4280883 /eclass
parentKOffice version bump (diff)
downloadgentoo-2-bc8710ee70fa91d8e3ced7d4c72d38fac71e4a11.tar.gz
gentoo-2-bc8710ee70fa91d8e3ced7d4c72d38fac71e4a11.tar.bz2
gentoo-2-bc8710ee70fa91d8e3ced7d4c72d38fac71e4a11.zip
Suggest myeconfargs to be local variable in example code. Bug 352145
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index 84fc9b4f606d..0ed26f3d9e36 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.5 2010/10/03 19:30:22 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.6 2011/01/20 00:12:59 reavertm Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@@ -56,7 +56,7 @@
# )
#
# src_configure() {
-# myeconfargs=(
+# local myeconfargs=(
# $(use_with qt4)
# $(use_enable threads multithreading)
# $(use_with tiff)