diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-12 15:25:33 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-12 15:25:33 +0000 |
commit | c77384b6fc3cfa6fa36d2998ebe4cedb0d459ec3 (patch) | |
tree | 391bd8fca5c2235a24288022ac8fc706f0101b54 /eclass | |
parent | add INHERITED variable to all eclasses. this keeps track of what eclasses wer... (diff) | |
download | historical-c77384b6fc3cfa6fa36d2998ebe4cedb0d459ec3.tar.gz historical-c77384b6fc3cfa6fa36d2998ebe4cedb0d459ec3.tar.bz2 historical-c77384b6fc3cfa6fa36d2998ebe4cedb0d459ec3.zip |
ditto
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/libtool.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index ca300f8315a5..e22a1c03932d 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -2,10 +2,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.11 2002/07/03 19:11:27 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.12 2002/07/12 15:25:33 danarmak 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 DESCRIPTION="Based on the ${ECLASS} eclass" |