summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-03-15 18:10:42 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-03-15 18:10:42 +0000
commit268f45576d3421f10cadabf95b44e58928e6d5ab (patch)
tree1b36befbab0f4cbd7972056bcd0a8def8778b516 /eclass/php5-sapi-r1.eclass
parentBump (diff)
downloadhistorical-268f45576d3421f10cadabf95b44e58928e6d5ab.tar.gz
historical-268f45576d3421f10cadabf95b44e58928e6d5ab.tar.bz2
historical-268f45576d3421f10cadabf95b44e58928e6d5ab.zip
Add DEPENDency on dev-db/firebird for interbase USE flag, fixes bug 78879.
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r--eclass/php5-sapi-r1.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass
index 3dd19dbae118..a2b7ee2f6b91 100644
--- a/eclass/php5-sapi-r1.eclass
+++ b/eclass/php5-sapi-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.1 2005/03/13 22:05:03 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.2 2005/03/15 18:10:42 sebastian Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -39,6 +39,7 @@ DEPEND="$DEPEND
gdbm? ( >=sys-libs/gdbm-1.8.0 )
gmp? ( dev-libs/gmp )
imap? ( virtual/imap-c-client )
+ interbase? ( dev-db/firebird )
jpeg? ( >=media-libs/jpeg-6b )
kerberos? ( virtual/krb5 )
ldap? ( >=net-nds/openldap-1.2.11 )