From 881469d897d81cb4f4842cdb75ae2efc4b235a53 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 25 Oct 2011 02:07:25 +0000 Subject: Make candidate a local variable. (Portage version: 2.2.0_alpha71/cvs/Linux x86_64) --- dev-lang/v8/ChangeLog | 6 +++++- dev-lang/v8/v8-3.6.6.5.ebuild | 4 ++-- dev-lang/v8/v8-9999.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'dev-lang/v8') diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 0d790ce085b3..1ead2bc9367a 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/v8 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.94 2011/10/25 00:35:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.95 2011/10/25 02:07:25 floppym Exp $ + + 25 Oct 2011; Mike Gilbert v8-3.6.6.5.ebuild, + v8-9999.ebuild: + Make candidate a local variable. 25 Oct 2011; Mike Gilbert v8-3.6.6.5.ebuild, v8-9999.ebuild: diff --git a/dev-lang/v8/v8-3.6.6.5.ebuild b/dev-lang/v8/v8-3.6.6.5.ebuild index 72572dd1f608..089158977c88 100644 --- a/dev-lang/v8/v8-3.6.6.5.ebuild +++ b/dev-lang/v8/v8-3.6.6.5.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-3.6.6.5.ebuild,v 1.3 2011/10/25 00:35:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.6.6.5.ebuild,v 1.4 2011/10/25 02:07:25 floppym Exp $ EAPI="3" @@ -95,7 +95,7 @@ src_install() { pkg_preinst() { preserved_libs=() - local baselib + local baselib candidate eshopts_push -s nullglob 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 -- cgit v1.2.3-65-gdbad