summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-16 02:36:05 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-16 02:36:05 +0000
commitbdabecd47e4c088799d374fe03e89a64bb2de7b2 (patch)
tree25b461b691b7546fb79898d6568877dba2a820f1 /eclass/libtool.eclass
parentfix Xrender include problem if updated headers not installed system wide, bug... (diff)
downloadhistorical-bdabecd47e4c088799d374fe03e89a64bb2de7b2.tar.gz
historical-bdabecd47e4c088799d374fe03e89a64bb2de7b2.tar.bz2
historical-bdabecd47e4c088799d374fe03e89a64bb2de7b2.zip
only depend on libtool if not in bootstrap
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r--eclass/libtool.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 58098966ee2f..558da06f96e5 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,14 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.17 2002/11/08 22:03:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.18 2002/12/16 02:36:05 azarah Exp $
# This eclass patches ltmain.sh distributed with libtoolized packages with the
# relink and portage patch
ECLASS=libtool
INHERITED="$INHERITED $ECLASS"
-newdepend sys-devel/libtool
+newdepend "!bootstrap? ( sys-devel/libtool )"
DESCRIPTION="Based on the ${ECLASS} eclass"