diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2009-12-16 17:03:29 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2009-12-16 17:03:29 +0000 |
commit | ba19b0167492cde08cdbf746034c4dd5942537f0 (patch) | |
tree | fafb0fee5ea4247c084b44cc34a32e6e1eceb04f /dev-php5 | |
parent | Marking lyx-1.6.4 ppc64 for bug 288215 (diff) | |
download | gentoo-2-ba19b0167492cde08cdbf746034c4dd5942537f0.tar.gz gentoo-2-ba19b0167492cde08cdbf746034c4dd5942537f0.tar.bz2 gentoo-2-ba19b0167492cde08cdbf746034c4dd5942537f0.zip |
fixing typo in patch filename in -1.0.4-r1
(Portage version: 2.1.7.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild index 923eb0493773..039650b8cbf1 100644 --- a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild +++ b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild,v 1.1 2009/12/16 16:56:22 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild,v 1.2 2009/12/16 17:03:29 hoffie Exp $ PHP_EXT_NAME="fileinfo" PHP_EXT_PECL_PKG="Fileinfo" @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}" src_unpack() { PHP_EXT_SKIP_PHPIZE=yes php-ext-source-r1_src_unpack - epatch "${FILESDIR}"/fileinfo-1.0.4-file-5-compat.patch + epatch "${FILESDIR}"/fileinfo-1.0.4-file-5.0-compat.patch php-ext-source-r1_phpize } |