diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-06-11 15:44:03 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-06-11 15:44:03 +0000 |
commit | 0065b4b8da91de64cdf7af1eddeff925bdcc90d1 (patch) | |
tree | 492b82435dd59b4b24fbb7cee742fb97c960a409 /eclass/php5-sapi-r2.eclass | |
parent | Disabled libedit for now (diff) | |
download | gentoo-2-0065b4b8da91de64cdf7af1eddeff925bdcc90d1.tar.gz gentoo-2-0065b4b8da91de64cdf7af1eddeff925bdcc90d1.tar.bz2 gentoo-2-0065b4b8da91de64cdf7af1eddeff925bdcc90d1.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.eclass | 7 |
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 |