diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-01-20 00:12:59 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-01-20 00:12:59 +0000 |
commit | 3c9beab109d19eb398de7f99134daa1eb77e0b8a (patch) | |
tree | ae4a39e71ba395231977460e06ae019760d5f7c3 /eclass | |
parent | KOffice version bump (diff) | |
download | historical-3c9beab109d19eb398de7f99134daa1eb77e0b8a.tar.gz historical-3c9beab109d19eb398de7f99134daa1eb77e0b8a.tar.bz2 historical-3c9beab109d19eb398de7f99134daa1eb77e0b8a.zip |
Suggest myeconfargs to be local variable in example code. Bug 352145
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools-utils.eclass | 4 |
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) |