diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-07-26 15:57:41 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-07-26 15:57:41 +0000 |
commit | 6bc6b5b18075aa7d26db8e4634780b2c52d63ddf (patch) | |
tree | 74f4bc2f66e3f012fe62667bcc6bc9ac8dd7b03d /dev-php/sqlite-php | |
parent | Fix for coredumb's changes to the eclass ;-) (diff) | |
download | historical-6bc6b5b18075aa7d26db8e4634780b2c52d63ddf.tar.gz historical-6bc6b5b18075aa7d26db8e4634780b2c52d63ddf.tar.bz2 historical-6bc6b5b18075aa7d26db8e4634780b2c52d63ddf.zip |
Added block for dev-php/PECL-sqlite
Diffstat (limited to 'dev-php/sqlite-php')
-rw-r--r-- | dev-php/sqlite-php/sqlite-php-0.0.5.ebuild | 5 |
1 files changed, 3 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 6497ab38b3a1..11c2fb819406 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.3 2003/07/26 15:32:14 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.4 2003/07/26 15:57:41 stuart Exp $ S=${WORKDIR}/${P} DESCRIPTION="PHP bindings for SQLite" @@ -8,7 +8,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" HOMEPAGE="http://sourceforge.net/projects/sqlite-php/" DEPEND="virtual/glibc >=dev-php/php-4.2 - >=dev-db/sqlite-2.7" + >=dev-db/sqlite-2.7 + !dev-php/PECL-sqlite" SLOT="0" LICENSE="GPL-2" |