diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-07 19:27:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-07 19:27:25 +0000 |
commit | 5d33eb81751f6ec4b13f53e3a693a61ec2bbaabf (patch) | |
tree | 1e201dce04fc3f683f2222273b89ba7854845b80 /eclass/confutils.eclass | |
parent | add use_with for cdparanoia and turn off xine_artsplugin compilation fi the x... (diff) | |
download | gentoo-2-5d33eb81751f6ec4b13f53e3a693a61ec2bbaabf.tar.gz gentoo-2-5d33eb81751f6ec4b13f53e3a693a61ec2bbaabf.tar.bz2 gentoo-2-5d33eb81751f6ec4b13f53e3a693a61ec2bbaabf.zip |
Support for cpdflib. Fixed IMAP-SSL build. Oracle sanity check. INI-file goodness.
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 69a32df8475f..9e20d7a307bd 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.8 2004/08/06 16:54:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.9 2004/08/07 19:27:25 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 mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct" +CONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob frontbase hyperwave-api informix ingres interbase mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct" # ======================================================================== # confutils_init () |