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/ebook.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/ebook.eclass')
-rw-r--r--eclass/ebook.eclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass
index 47aedecc7246..b1e503614123 100644
--- a/eclass/ebook.eclass
+++ b/eclass/ebook.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/ebook.eclass,v 1.14 2004/03/05 00:10:35 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.15 2004/04/11 05:46:09 mr_bones_ Exp $
#
# Author Francisco Gimeno <kikov@fco-gimeno.com>
# Mantainer José Alberto Suárez López <bass@gentoo.org>
@@ -63,9 +63,7 @@ if [ "${DEVHELPROOT}" = "" ]; then
DEVHELPROOT="usr/share/devhelp"
fi
if [ "${RDEPEND}" = "" ]; then
- # FIXME: newdepend sets both DEPEND and RDEPEND
- # this should be changed to newrdepend, but that doesn't exist right now.
- newdepend ">=dev-util/devhelp-0.6"
+ RDEPEND=">=dev-util/devhelp-0.6"
fi
if [ "${DESCRIPTION}" = "" ]; then
DESCRIPTION="${P} ebook based in $ECLASS eclass"