summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-07 19:27:25 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-07 19:27:25 +0000
commit9891467ab60395ea29c9f2543677185a5aa55522 (patch)
tree9288afc052d02114def3033be3b3464f8f3bbe6d /eclass/confutils.eclass
parentadd use_with for cdparanoia and turn off xine_artsplugin compilation fi the x... (diff)
downloadhistorical-9891467ab60395ea29c9f2543677185a5aa55522.tar.gz
historical-9891467ab60395ea29c9f2543677185a5aa55522.tar.bz2
historical-9891467ab60395ea29c9f2543677185a5aa55522.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.eclass4
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 ()