diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-10-25 02:07:25 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-10-25 02:07:25 +0000 |
commit | 881469d897d81cb4f4842cdb75ae2efc4b235a53 (patch) | |
tree | 95d8efde91e27249d120e4a13da5983d85302e72 /dev-lang/v8/v8-9999.ebuild | |
parent | dev-java/netbeans-websvccommon: filtering ecj compilers (diff) | |
download | gentoo-2-881469d897d81cb4f4842cdb75ae2efc4b235a53.tar.gz gentoo-2-881469d897d81cb4f4842cdb75ae2efc4b235a53.tar.bz2 gentoo-2-881469d897d81cb4f4842cdb75ae2efc4b235a53.zip |
Make candidate a local variable.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/v8/v8-9999.ebuild')
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index 9e39cd17c446..07d7d87d266f 100644 --- a/dev-lang/v8/v8-9999.ebuild +++ b/dev-lang/v8/v8-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.18 2011/10/25 00:35:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.19 2011/10/25 02:07:25 floppym Exp $ EAPI="3" @@ -96,7 +96,7 @@ src_install() { pkg_preinst() { preserved_libs=() - local baselib + local baselib candidate eshopts_push -s nullglob |