summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/gnuconfig.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass
index 4ce565a4b587..09e33f15e2d6 100644
--- a/eclass/gnuconfig.eclass
+++ b/eclass/gnuconfig.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.16 2004/04/24 02:22:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.17 2004/05/28 20:56:10 rac Exp $
#
# Author: Will Woods <wwoods@gentoo.org>
#
@@ -19,8 +19,7 @@
ECLASS=gnuconfig
INHERITED="$INHERITED $ECLASS"
-DEPEND="sys-devel/gnuconfig
- !bootstrap? ( sys-devel/libtool )"
+DEPEND="sys-devel/gnuconfig"
DESCRIPTION="Based on the ${ECLASS} eclass"