diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-07-26 15:32:14 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-07-26 15:32:14 +0000 |
commit | 3a4851a41b70619db5d969af8c23f424c4509bdf (patch) | |
tree | 6a72ca1e9ca947348c4519b2cbec7f59061eb82c /dev-php/sqlite-php | |
parent | Misc. tidy up (diff) | |
download | gentoo-2-3a4851a41b70619db5d969af8c23f424c4509bdf.tar.gz gentoo-2-3a4851a41b70619db5d969af8c23f424c4509bdf.tar.bz2 gentoo-2-3a4851a41b70619db5d969af8c23f424c4509bdf.zip |
Fix for coredumb's changes to the eclass ;-)
Diffstat (limited to 'dev-php/sqlite-php')
-rw-r--r-- | dev-php/sqlite-php/sqlite-php-0.0.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild index d8c082cf1bc6..6497ab38b3a1 100644 --- a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild +++ b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.2 2003/07/25 17:44:50 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.3 2003/07/26 15:32:14 stuart Exp $ S=${WORKDIR}/${P} DESCRIPTION="PHP bindings for SQLite" @@ -27,7 +27,6 @@ src_compile() { src_install () { php-ext-source_src_install - php-ext-base_src_install dodoc README CREDITS CHANGES } |