diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-03 02:51:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-03 02:51:20 +0000 |
commit | b17b6bc6e3016490dc3492ae38bfd3209469bf80 (patch) | |
tree | d42c6d352e4c25cbb5b9df2180c5ec3f8caa8820 /eclass/confutils.eclass | |
parent | ver bump #59030 (Manifest recommit) (diff) | |
download | gentoo-2-b17b6bc6e3016490dc3492ae38bfd3209469bf80.tar.gz gentoo-2-b17b6bc6e3016490dc3492ae38bfd3209469bf80.tar.bz2 gentoo-2-b17b6bc6e3016490dc3492ae38bfd3209469bf80.zip |
fix bug #59203.
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 4693454398b5..f1736cdcc337 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.5 2004/07/21 16:25:34 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.6 2004/08/03 02:51:20 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 qdbm db2 dbmaker empress empress-bcs esoob filepro frontbase hyperwave-api informix ingres interbase mcve mnogosearch msession msql oci8 oracle7 ovirmos 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 mcve mnogosearch msession msql oci8 oracle7 ovrimos pfpro qdbm sapdb solid sybase sybase-ct" # ======================================================================== # confutils_init () |