diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-08-01 10:55:29 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-08-01 10:55:29 +0000 |
commit | 527509c8330434a766a9d9c5bdb37fd8331fb1eb (patch) | |
tree | 23a03654a7433915ca811efe93ca286e4fbcd4f1 /eclass/php-ext-source-r2.eclass | |
parent | Disable CPU features for 32-bits Mac OS X due to asm failures. (diff) | |
download | historical-527509c8330434a766a9d9c5bdb37fd8331fb1eb.tar.gz historical-527509c8330434a766a9d9c5bdb37fd8331fb1eb.tar.bz2 historical-527509c8330434a766a9d9c5bdb37fd8331fb1eb.zip |
Typo. Bug 426288
Diffstat (limited to 'eclass/php-ext-source-r2.eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 400ed3ca51a9..adbd2db01ffb 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.27 2012/06/22 20:05:24 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.28 2012/08/01 10:55:29 olemarkus Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -167,7 +167,7 @@ php-ext-source-r2_src_compile() { done } -# @FUNCTION: php-ext-source-r1_src_install +# @FUNCTION: php-ext-source-r2_src_install # @DESCRIPTION: # Takes care of standard install for PHP extensions (modules). |