summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2004-05-28 20:56:10 +0000
committerRobert Coie <rac@gentoo.org>2004-05-28 20:56:10 +0000
commite29e92f1cfc8714ea763b7526a0d1a450da8b7ff (patch)
tree82062c502b452fb39a842b68fae2df13041b0932 /eclass/gnuconfig.eclass
parentMasked on amd64 as we lack a working ocaml. (diff)
downloadhistorical-e29e92f1cfc8714ea763b7526a0d1a450da8b7ff.tar.gz
historical-e29e92f1cfc8714ea763b7526a0d1a450da8b7ff.tar.bz2
historical-e29e92f1cfc8714ea763b7526a0d1a450da8b7ff.zip
Remove libtool dependency, important for bootstrap
Diffstat (limited to 'eclass/gnuconfig.eclass')
-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"