diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-06 16:54:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-06 16:54:51 +0000 |
commit | 59cab027ec69b5db18655740c8696717a4af02b3 (patch) | |
tree | cb48259a9e8ee6734f4b3d827626f484d2de4e14 /eclass/confutils.eclass | |
parent | add myself (diff) | |
download | historical-59cab027ec69b5db18655740c8696717a4af02b3.tar.gz historical-59cab027ec69b5db18655740c8696717a4af02b3.tar.bz2 historical-59cab027ec69b5db18655740c8696717a4af02b3.zip |
MCVE support now fully in the tree.
Diffstat (limited to 'eclass/confutils.eclass')
-rw-r--r-- | eclass/confutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass index 0b810140e46c..69a32df8475f 100644 --- a/eclass/confutils.eclass +++ b/eclass/confutils.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/confutils.eclass,v 1.7 2004/08/06 02:59:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.8 2004/08/06 16:54:51 robbat2 Exp $ # # eclass/confutils.eclass # Utility functions to help with configuring a package @@ -19,7 +19,7 @@ IUSE="$IUSE shared" # list of USE flags that need deps that aren't yet in Portage # this list was originally added for PHP -CONFUTILS_MISSING_DEPS="adabas birdstep cpdflib db2 dbmaker empress empress-bcs esoob filepro frontbase hyperwave-api informix ingres interbase mcve mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct" +CONFUTILS_MISSING_DEPS="adabas birdstep cpdflib db2 dbmaker empress empress-bcs esoob filepro frontbase hyperwave-api informix ingres interbase mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct" # ======================================================================== # confutils_init () |