summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2008-05-09 12:58:12 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2008-05-09 12:58:12 +0000
commit5aeb141a2178fa0e29de72bdaf9650dd938bb19d (patch)
tree5a6f5531e87392379a986f7c5024de5b8b66cdc1 /dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
parentQA fixes for bug #220094 (diff)
downloadhistorical-5aeb141a2178fa0e29de72bdaf9650dd938bb19d.tar.gz
historical-5aeb141a2178fa0e29de72bdaf9650dd938bb19d.tar.bz2
historical-5aeb141a2178fa0e29de72bdaf9650dd938bb19d.zip
explicitly call phpize, not src_unpack (bug 220519)
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild')
-rw-r--r--dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
index 3444e7c2a71c..3c8e902b99d2 100644
--- a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
+++ b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.6 2008/05/07 17:03:50 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.7 2008/05/09 12:58:12 hoffie Exp $
PHP_EXT_NAME="htscanner"
PHP_EXT_INI="yes"
@@ -24,7 +24,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-bug11959.patch
- php-ext-source-r1_src_unpack
+ php-ext-source-r1_phpize
}
pkg_setup() {