summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2003-07-26 16:01:11 +0000
committerStuart Herbert <stuart@gentoo.org>2003-07-26 16:01:11 +0000
commitec2a5f0923c16e65cf20aeb108a7f304d2501818 (patch)
tree432e6d16930c63ff4801883c09b82382c5da0670 /dev-php/PECL-sqlite
parentAdded block for dev-php/PECL-sqlite (diff)
downloadgentoo-2-ec2a5f0923c16e65cf20aeb108a7f304d2501818.tar.gz
gentoo-2-ec2a5f0923c16e65cf20aeb108a7f304d2501818.tar.bz2
gentoo-2-ec2a5f0923c16e65cf20aeb108a7f304d2501818.zip
Added block for dev-php/sqlite-php
Diffstat (limited to 'dev-php/PECL-sqlite')
-rw-r--r--dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild4
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 c6516c51b58f..6cb88eb884fc 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-2003 Gentoo Technologies, Inc.
# 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.1 2003/07/26 11:56:25 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild,v 1.2 2003/07/26 16:01:11 stuart 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"
+DEPEND="${DEPEND} >=dev-db/sqlite-2.8.5 !dev-php/sqlite-php"
IUSE=""
DESCRIPTION="PHP bindings for the SQLite database engine"