diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-12-09 18:23:44 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-12-09 18:23:44 +0000 |
commit | 9567f766133272572c274d0ec3c5841dfe45dc97 (patch) | |
tree | 8cff227c49bf7255b482a150deba39a093b7cbd3 /dev-lang/php/php-5.3.9_rc2.ebuild | |
parent | Initial commit. (diff) | |
download | gentoo-2-9567f766133272572c274d0ec3c5841dfe45dc97.tar.gz gentoo-2-9567f766133272572c274d0ec3c5841dfe45dc97.tar.bz2 gentoo-2-9567f766133272572c274d0ec3c5841dfe45dc97.zip |
Remove referenes to common v1 eblit
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
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 |