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 | 85c7ff352d6749dcec262a82f091747d125088be (patch) | |
tree | e69a8dd124a267dec7a3fbb99cf1595487c76559 /dev-php/sqlite-php | |
parent | Fix for coredumb's changes to the eclass ;-) (diff) | |
download | gentoo-2-85c7ff352d6749dcec262a82f091747d125088be.tar.gz gentoo-2-85c7ff352d6749dcec262a82f091747d125088be.tar.bz2 gentoo-2-85c7ff352d6749dcec262a82f091747d125088be.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" |