summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-11 05:46:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-11 05:46:09 +0000
commit126a654a7e1d1120b55e2afc39aba7d97ac5f9fb (patch)
tree886da062fc7049d423b0dcaf9d450a3e883e6e55 /eclass/libtool.eclass
parentversion bump (bug #43921) (Manifest recommit) (diff)
downloadgentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.tar.gz
gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.tar.bz2
gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.zip
Apply patch from bug #25013 to replace calls to newdepend and newrdepend
with variable setting (DEPEND=, RDEPEND=).
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 f2b9f535f2e1..350d5fe80c4d 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.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/libtool.eclass,v 1.25 2004/02/11 19:33:14 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.26 2004/04/11 05:46:09 mr_bones_ Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -10,7 +10,7 @@
ECLASS="libtool"
INHERITED="${INHERITED} ${ECLASS}"
-newdepend "!bootstrap? ( sys-devel/libtool )"
+DEPEND="!bootstrap? ( sys-devel/libtool )"
DESCRIPTION="Based on the ${ECLASS} eclass"