summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-12 15:25:33 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-12 15:25:33 +0000
commitc77384b6fc3cfa6fa36d2998ebe4cedb0d459ec3 (patch)
tree391bd8fca5c2235a24288022ac8fc706f0101b54 /eclass
parentadd INHERITED variable to all eclasses. this keeps track of what eclasses wer... (diff)
downloadhistorical-c77384b6fc3cfa6fa36d2998ebe4cedb0d459ec3.tar.gz
historical-c77384b6fc3cfa6fa36d2998ebe4cedb0d459ec3.tar.bz2
historical-c77384b6fc3cfa6fa36d2998ebe4cedb0d459ec3.zip
ditto
Diffstat (limited to 'eclass')
-rw-r--r--eclass/libtool.eclass4
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"