diff options
Diffstat (limited to 'dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild')
-rw-r--r-- | dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild b/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild index 61fef6cfbb8b..3fc160ff3663 100644 --- a/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild +++ b/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild,v 1.4 2004/06/25 01:22:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild,v 1.5 2004/08/05 23:28:14 arj Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_NAME="sqlite" @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" inherit php-ext-source -DEPEND="${DEPEND} >=dev-db/sqlite-2.8.5 !dev-php/sqlite-php" +DEPEND="${DEPEND} =dev-db/sqlite-2* !dev-php/sqlite-php" IUSE="" DESCRIPTION="PHP bindings for the SQLite database engine" |