diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PECL-sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PECL-sqlite/PECL-sqlite-1.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PECL-sqlite/ChangeLog b/dev-php/PECL-sqlite/ChangeLog index 1ac510dbbce0..a3d64a806840 100644 --- a/dev-php/PECL-sqlite/ChangeLog +++ b/dev-php/PECL-sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PECL-sqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.11 2004/08/03 20:28:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.12 2004/08/05 23:28:14 arj Exp $ + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> PECL-sqlite-1.0.ebuild, + PECL-sqlite-1.0-r1.ebuild: + Depend on version 2 of sqlite. 03 Aug 2004; <agriffis@gentoo.org> PECL-sqlite-1.0.3.ebuild: add ~ia64 #56295 diff --git a/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild b/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild index 7063eced94fc..3d62a143f0ff 100644 --- a/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild +++ b/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.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-r1.ebuild,v 1.2 2004/06/25 01:22:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0-r1.ebuild,v 1.3 2004/08/05 23:28:14 arj Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_PECL_PKG="SQLite" inherit php-ext-pecl -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" 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" |