diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-12 14:47:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-12 14:47:38 +0000 |
commit | ee5e97e2cf9aa5e86e4631a1a9b8c744603fda53 (patch) | |
tree | 70bae0fafb6a931c4725e155433ed998c5aaa3d4 /app-office | |
parent | fonts as backup. myself to metadata too (diff) | |
download | gentoo-2-ee5e97e2cf9aa5e86e4631a1a9b8c744603fda53.tar.gz gentoo-2-ee5e97e2cf9aa5e86e4631a1a9b8c744603fda53.tar.bz2 gentoo-2-ee5e97e2cf9aa5e86e4631a1a9b8c744603fda53.zip |
fix typo
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-bin/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/libreoffice-bin/ChangeLog b/app-office/libreoffice-bin/ChangeLog index 69d644f540c9..30cbdc207d25 100644 --- a/app-office/libreoffice-bin/ChangeLog +++ b/app-office/libreoffice-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.86 2012/08/10 11:48:33 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.87 2012/08/12 14:47:38 ago Exp $ + + 12 Aug 2012; Agostino Sarubbo <ago@gentoo.org> libreoffice-bin-3.5.5.3.ebuild: + fix typo 10 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-bin-3.5.5.3.ebuild: diff --git a/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild b/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild index 7a27abaa9881..15365bd50708 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.2 2012/08/10 11:48:33 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.3 2012/08/12 14:47:38 ago Exp $ EAPI=4 @@ -185,7 +185,7 @@ pkg_postinst() { ewarn 'You will need net-print/cups to be able to print and export to PDF with libreoffice.' use java || \ - ewarn 'If you plan to use lbase aplication you should enable java or you will get various crashes.' + ewarn 'If you plan to use lbase application you should enable java or you will get various crashes.' } pkg_postrm() { |