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 | 6110290c6300f71440322c2eeb5c6d14b6972a9b (patch) | |
tree | fa0e568cd38c9007fa73e0887218192066cf8d0c /dev-php | |
parent | Misc. tidy up (diff) | |
download | historical-6110290c6300f71440322c2eeb5c6d14b6972a9b.tar.gz historical-6110290c6300f71440322c2eeb5c6d14b6972a9b.tar.bz2 historical-6110290c6300f71440322c2eeb5c6d14b6972a9b.zip |
Fix for coredumb's changes to the eclass ;-)
Diffstat (limited to 'dev-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 } |