summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-06-11 15:44:03 +0000
committerStuart Herbert <stuart@gentoo.org>2005-06-11 15:44:03 +0000
commit0065b4b8da91de64cdf7af1eddeff925bdcc90d1 (patch)
tree492b82435dd59b4b24fbb7cee742fb97c960a409 /eclass/confutils.eclass
parentDisabled libedit for now (diff)
downloadgentoo-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/confutils.eclass')
-rw-r--r--eclass/confutils.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass
index 638bc4b2d65d..af0d5d808c76 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.15 2005/03/19 08:05:56 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.16 2005/06/11 15:44:03 stuart Exp $
#
# eclass/confutils.eclass
# Utility functions to help with configuring a package
@@ -18,8 +18,8 @@ IUSE="$IUSE sharedext"
# 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 db2 dbmaker empress empress-bcs esoob frontbase hyperwave-api informix ingres mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct"
+#
+# your eclass must define CONFUTILS_MISSING_DEPS if you need this
# ========================================================================
# confutils_init ()