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
commit44edb786c8e202e9d32e9928ade77903793fe097 (patch)
tree01fa7ffadc777660dfb4b92945e3e73ca5673660 /eclass/gnuconfig.eclass
parentversion bump (bug #43921) (diff)
downloadhistorical-44edb786c8e202e9d32e9928ade77903793fe097.tar.gz
historical-44edb786c8e202e9d32e9928ade77903793fe097.tar.bz2
historical-44edb786c8e202e9d32e9928ade77903793fe097.zip
Apply patch from bug #25013 to replace calls to newdepend and newrdepend
with variable setting (DEPEND=, RDEPEND=).
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r--eclass/gnuconfig.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass
index c9bc4d9f1cdf..3dc693bd335c 100644
--- a/eclass/gnuconfig.eclass
+++ b/eclass/gnuconfig.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.13 2003/09/08 02:10:46 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.14 2004/04/11 05:46:09 mr_bones_ Exp $
#
# Author: Will Woods <wwoods@gentoo.org>
#
@@ -19,7 +19,7 @@
ECLASS=gnuconfig
INHERITED="$INHERITED $ECLASS"
-newdepend "sys-devel/gnuconfig
+DEPEND="sys-devel/gnuconfig
!bootstrap? ( sys-devel/libtool )"
DESCRIPTION="Based on the ${ECLASS} eclass"