diff options
Diffstat (limited to 'dev-lang/php/php-5.3.9_rc2.ebuild')
-rw-r--r-- | dev-lang/php/php-5.3.9_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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: <function> [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 |