diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-07 17:03:50 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-07 17:03:50 +0000 |
commit | e122a9f1cf11ef57ebb9563f8cb65b817cee0eb3 (patch) | |
tree | be9a237845cd91fd0f8c08d78d63c81687e45281 /dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild | |
parent | remove unused use flags for sci-mathematics/pari (diff) | |
download | gentoo-2-e122a9f1cf11ef57ebb9563f8cb65b817cee0eb3.tar.gz gentoo-2-e122a9f1cf11ef57ebb9563f8cb65b817cee0eb3.tar.bz2 gentoo-2-e122a9f1cf11ef57ebb9563f8cb65b817cee0eb3.zip |
calling php-ext-source-r1_src_unpack explicitly, bug 220519
(Portage version: 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.ebuild | 3 |
1 files changed, 2 insertions, 1 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 54d8e6d5c01b..3444e7c2a71c 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.5 2008/01/16 00:18:43 hanno Exp $ +# $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 $ PHP_EXT_NAME="htscanner" PHP_EXT_INI="yes" @@ -24,6 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-bug11959.patch + php-ext-source-r1_src_unpack } pkg_setup() { |