summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-09 22:31:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-09 22:31:42 +0000
commit8cdb6b1b71b3511e75d35444ef3024a2c413cc0c (patch)
tree503d5264f9e8cc76219dc78b21efb792be38f3b5
parentBye bye compaq-sources. Removing due to multiple unpatched unknown possible (diff)
downloadhistorical-8cdb6b1b71b3511e75d35444ef3024a2c413cc0c.tar.gz
historical-8cdb6b1b71b3511e75d35444ef3024a2c413cc0c.tar.bz2
historical-8cdb6b1b71b3511e75d35444ef3024a2c413cc0c.zip
typo fix.
-rw-r--r--eclass/php5-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index 1609b98c8552..1981ced67b47 100644
--- a/eclass/php5-sapi.eclass
+++ b/eclass/php5-sapi.eclass
@@ -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/eclass/php5-sapi.eclass,v 1.20 2004/08/09 04:35:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.21 2004/08/09 22:31:42 robbat2 Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -53,7 +53,7 @@ DEPEND="$DEPEND
odbc? ( >=dev-db/unixODBC-1.8.13 )
postgres? ( >=dev-db/postgresql-7.1 )
png? ( media-libs/libpng )
- qdbm ( dev-db/qdbm )
+ qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )
sharedmem? ( dev-libs/mm )