diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-16 10:27:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-16 10:27:23 +0000 |
commit | 453eea3fae6edc9dc935ad19a47418655fadaf75 (patch) | |
tree | 79020730f0d572727d471c43c1104d97104a7e13 /eclass | |
parent | move inherit to the right place (Manifest recommit) (diff) | |
download | gentoo-2-453eea3fae6edc9dc935ad19a47418655fadaf75.tar.gz gentoo-2-453eea3fae6edc9dc935ad19a47418655fadaf75.tar.bz2 gentoo-2-453eea3fae6edc9dc935ad19a47418655fadaf75.zip |
fix wording (in -> on)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ebook.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass index b1e503614123..c4f783b3d112 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.15 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.16 2004/04/16 10:27:23 mr_bones_ Exp $ # # Author Francisco Gimeno <kikov@fco-gimeno.com> # Mantainer José Alberto Suárez López <bass@gentoo.org> @@ -66,7 +66,7 @@ if [ "${RDEPEND}" = "" ]; then RDEPEND=">=dev-util/devhelp-0.6" fi if [ "${DESCRIPTION}" = "" ]; then - DESCRIPTION="${P} ebook based in $ECLASS eclass" + DESCRIPTION="${P} ebook based on $ECLASS eclass" fi if [ "${EBOOKDESTDIR}" = "" ]; then EBOOKDESTDIR=${_ebookdestdir} |