summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-06-11 15:44:03 +0000
committerStuart Herbert <stuart@gentoo.org>2005-06-11 15:44:03 +0000
commit75cf1b28aa0761eeed9187424ec17ddaf089870e (patch)
tree3ad8ceff52d05496800454034e120a1f2c09d3bd /eclass/php5-sapi-r2.eclass
parentDisabled libedit for now (diff)
downloadhistorical-75cf1b28aa0761eeed9187424ec17ddaf089870e.tar.gz
historical-75cf1b28aa0761eeed9187424ec17ddaf089870e.tar.bz2
historical-75cf1b28aa0761eeed9187424ec17ddaf089870e.zip
Fix for QA violations in php5.1 beta packages
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index 86f60f4d09fe..82ea4fa6ba08 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.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-r2.eclass,v 1.17 2005/06/11 09:09:00 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.18 2005/06/11 15:44:03 stuart Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -12,6 +12,11 @@
#
# ========================================================================
+# a list of the USE flags which PHP supports, but which we don't have
+# required packages in the tree
+
+CONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob frontbase hyperwave-api informix ingres mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct"
+
inherit flag-o-matic eutils confutils libtool
ECLASS=php5-sapi-r2