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
commitcc8ecaf5896abf956629c5328561157a62b2998a (patch)
tree74d2bbd8c9f51154cc7615f76d721b143e8bd8ed /dev-php/PECL-sqlite
parentAdded block for dev-php/PECL-sqlite (diff)
downloadhistorical-cc8ecaf5896abf956629c5328561157a62b2998a.tar.gz
historical-cc8ecaf5896abf956629c5328561157a62b2998a.tar.bz2
historical-cc8ecaf5896abf956629c5328561157a62b2998a.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"