diff options
author | 2001-10-26 13:16:16 +0000 | |
---|---|---|
committer | 2001-10-26 13:16:16 +0000 | |
commit | 53b454afeee1154f2c66cecb738e98801864c874 (patch) | |
tree | dda49815a0a67f6f0beb628e2b68f8c888b8a68d /eclass/koffice-i18n.eclass | |
parent | addded koffice-i18n eclass for coming-up koffice-i18n-* packages (diff) | |
download | historical-53b454afeee1154f2c66cecb738e98801864c874.tar.gz historical-53b454afeee1154f2c66cecb738e98801864c874.tar.bz2 historical-53b454afeee1154f2c66cecb738e98801864c874.zip |
typo fix
Diffstat (limited to 'eclass/koffice-i18n.eclass')
-rw-r--r-- | eclass/koffice-i18n.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/koffice-i18n.eclass b/eclass/koffice-i18n.eclass index 44246c1d1f5e..1eb1b80697b4 100644 --- a/eclass/koffice-i18n.eclass +++ b/eclass/koffice-i18n.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.1 2001/10/26 13:14:29 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.2 2001/10/26 13:16:16 danarmak Exp $ inherit kde || die ECLASS=koffice-i18n @@ -14,6 +14,6 @@ S=${WORKDIR}/${PN} DESCRIPTION="KOffice ${PV} - i18n: ${PN}" HOMEPAGE="http://www.koffice.org/" -DEPEND=">=app-office/kofficde-${PV}" +DEPEND=">=app-office/koffice-${PV}" |