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
commit1e2816f69b7d7a0aef6539774cee875ae36ce4e6 (patch)
tree06f2a793fd1840151fc0bd984919a47516c5da1a /dev-php5
parentexplicitly call phpize, not src_unpack (bug 220519) (diff)
downloadgentoo-2-1e2816f69b7d7a0aef6539774cee875ae36ce4e6.tar.gz
gentoo-2-1e2816f69b7d7a0aef6539774cee875ae36ce4e6.tar.bz2
gentoo-2-1e2816f69b7d7a0aef6539774cee875ae36ce4e6.zip
explicitly call phpize, not src_unpack (bug 220519)
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/pecl-htscanner/ChangeLog6
-rw-r--r--dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/pecl-htscanner/ChangeLog b/dev-php5/pecl-htscanner/ChangeLog
index 29c3662be778..32283bcdc2de 100644
--- a/dev-php5/pecl-htscanner/ChangeLog
+++ b/dev-php5/pecl-htscanner/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-htscanner
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.6 2008/05/07 17:03:50 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.7 2008/05/09 12:58:12 hoffie Exp $
+
+ 09 May 2008; Christian Hoffmann <hoffie@gentoo.org>
+ pecl-htscanner-0.8.1.ebuild:
+ explicitly call phpize, not src_unpack (bug 220519)
07 May 2008; Christian Hoffmann <hoffie@gentoo.org>
pecl-htscanner-0.8.1.ebuild:
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() {