summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-18 07:03:36 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-18 07:03:36 +0000
commit184b6d1eb3f01221ebbff2ff85a0e80646542cda (patch)
tree934d5ed2f14f9abc623cbcd90640452b3754cb59 /dev-lang
parent[bump] dev-perl/Email-Sender-0.110.0 (diff)
downloadgentoo-2-184b6d1eb3f01221ebbff2ff85a0e80646542cda.tar.gz
gentoo-2-184b6d1eb3f01221ebbff2ff85a0e80646542cda.tar.bz2
gentoo-2-184b6d1eb3f01221ebbff2ff85a0e80646542cda.zip
Incorrect dependency on sqlite3. #359321
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/php-5.3.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-5.3.6.ebuild b/dev-lang/php/php-5.3.6.ebuild
index 8f7cbe432c32..3cdf2e3c1fbe 100644
--- a/dev-lang/php/php-5.3.6.ebuild
+++ b/dev-lang/php/php-5.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.6.ebuild,v 1.1 2011/03/17 16:36:51 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.6.ebuild,v 1.2 2011/03/18 07:03:36 olemarkus Exp $
EAPI=2
@@ -170,7 +170,7 @@ DEPEND="!dev-lang/php:5
solid? ( >=dev-db/unixODBC-1.8.13 )
spell? ( >=app-text/aspell-0.50 )
sqlite? ( =dev-db/sqlite-2* pdo? ( >=dev-db/sqlite-3.7.4 ) )
- sqlite3? ( =dev-db/sqlite-3.7.4 )
+ sqlite3? ( >=dev-db/sqlite-3.7.4 )
ssl? ( >=dev-libs/openssl-0.9.7 )
sybase-ct? ( dev-db/freetds )
tidy? ( app-text/htmltidy )