summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-03-15 06:03:05 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-03-15 06:03:05 +0000
commitca5da41d88c0e5646b0eb3008ac9c0f133552aec (patch)
treecd6f58df1e13725944cb94ff88c84d40bcdc8012 /eclass/ebook.eclass
parentAdded ~amd64. Fixes #78734 (diff)
downloadgentoo-2-ca5da41d88c0e5646b0eb3008ac9c0f133552aec.tar.gz
gentoo-2-ca5da41d88c0e5646b0eb3008ac9c0f133552aec.tar.bz2
gentoo-2-ca5da41d88c0e5646b0eb3008ac9c0f133552aec.zip
Fix typo in RDEPEND
Diffstat (limited to 'eclass/ebook.eclass')
-rw-r--r--eclass/ebook.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass
index 8b61d9a17117..ba87d46f9503 100644
--- a/eclass/ebook.eclass
+++ b/eclass/ebook.eclass
@@ -1,9 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.21 2005/03/14 19:45:13 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.22 2005/03/15 06:03:05 halcy0n Exp $
#
# Author Francisco Gimeno <kikov@fco-gimeno.com>
-# Mantainer José Alberto Suárez López <bass@gentoo.org>
+# Mantainer José Alberto Suárez López <bass@gentoo.org>
#
# Latest changes thanks to Kris Verbeeck
# The ebook eclass defines some default functions and variables to
@@ -60,13 +60,13 @@ fi
if [ "${SRC_URI}" = "" ]; then
SRC_URI="http://lidn.sourceforge.net/books_download/${SRC}.${ext}"
fi
-
+
# Default directory to install de ebook devhelped book
if [ "${DEVHELPROOT}" = "" ]; then
DEVHELPROOT="usr/share/devhelp"
fi
if [ "${RDEPEND}" = "" ]; then
- RDEPEND="kde? ( dev-uitl/kdevelop )
+ RDEPEND="kde? ( dev-util/kdevelop )
!kde? ( >=dev-util/devhelp-0.6 )"
fi
if [ "${DESCRIPTION}" = "" ]; then