summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-03-19 08:05:56 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-03-19 08:05:56 +0000
commiteae7b74357c4d3e3b57b8668b43cb3c459b5cbea (patch)
tree30ac8ec4e9dca65ec01b3b487524c36cfc8f8922 /eclass
parentupdate (correct) herd in metadata (diff)
downloadhistorical-eae7b74357c4d3e3b57b8668b43cb3c459b5cbea.tar.gz
historical-eae7b74357c4d3e3b57b8668b43cb3c459b5cbea.tar.bz2
historical-eae7b74357c4d3e3b57b8668b43cb3c459b5cbea.zip
Remove interbase.
Diffstat (limited to '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 a76c59dafa3b..638bc4b2d65d 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.14 2005/03/01 15:54:31 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.15 2005/03/19 08:05:56 sebastian Exp $
#
# eclass/confutils.eclass
# Utility functions to help with configuring a package
@@ -19,7 +19,7 @@ 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 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 mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct"
# ========================================================================
# confutils_init ()