From 9567f766133272572c274d0ec3c5841dfe45dc97 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Fri, 9 Dec 2011 18:23:44 +0000 Subject: Remove referenes to common v1 eblit (Portage version: 2.2.0_alpha71/cvs/Linux x86_64) --- dev-lang/php/php-5.3.9_rc2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lang/php/php-5.3.9_rc2.ebuild') diff --git a/dev-lang/php/php-5.3.9_rc2.ebuild b/dev-lang/php/php-5.3.9_rc2.ebuild index b68741c1315d..7c1777036345 100644 --- a/dev-lang/php/php-5.3.9_rc2.ebuild +++ b/dev-lang/php/php-5.3.9_rc2.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/php/php-5.3.9_rc2.ebuild,v 1.1 2011/11/25 09:10:47 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.9_rc2.ebuild,v 1.2 2011/12/09 18:23:44 olemarkus Exp $ EAPI=4 @@ -331,7 +331,7 @@ eblit-run-maybe() { # Usage: [version] # Runs a function defined in an eblit eblit-run() { - eblit-include --skip common "${*:2}" + eblit-include --skip common "v2" eblit-include "$@" eblit-run-maybe eblit-$1-pre eblit-${PN}-$1 -- cgit v1.2.3-65-gdbad