From 126a654a7e1d1120b55e2afc39aba7d97ac5f9fb Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 11 Apr 2004 05:46:09 +0000 Subject: Apply patch from bug #25013 to replace calls to newdepend and newrdepend with variable setting (DEPEND=, RDEPEND=). --- eclass/ebook.eclass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'eclass/ebook.eclass') 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 # Mantainer José Alberto Suárez López @@ -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" -- cgit v1.2.3-65-gdbad