diff options
author | 2012-05-09 20:35:17 +0000 | |
---|---|---|
committer | 2012-05-09 20:35:17 +0000 | |
commit | 6f94f89f1dd2fff4ad9d2ea4c186caa552525ec9 (patch) | |
tree | 0071faa299ee9e7ddaacf4e8ae9ea3afb0a5dceb /app-office | |
parent | Initial commit. Fixes bug#251598. (diff) | |
download | gentoo-2-6f94f89f1dd2fff4ad9d2ea4c186caa552525ec9.tar.gz gentoo-2-6f94f89f1dd2fff4ad9d2ea4c186caa552525ec9.tar.bz2 gentoo-2-6f94f89f1dd2fff4ad9d2ea4c186caa552525ec9.zip |
Shutup repoman.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/libreoffice-bin/ChangeLog b/app-office/libreoffice-bin/ChangeLog index 9f5319a49737..b4e44a48f9ba 100644 --- a/app-office/libreoffice-bin/ChangeLog +++ b/app-office/libreoffice-bin/ChangeLog @@ -1,6 +1,10 @@ # 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.67 2012/05/09 20:14:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.68 2012/05/09 20:35:17 scarabeus Exp $ + + 09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-bin-3.5.2.2.ebuild: + Shutup repoman. 09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-bin-3.5.2.2.ebuild: diff --git a/app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild index 7b945fde9391..1b959fda15cd 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.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.2.2.ebuild,v 1.7 2012/05/09 20:14:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild,v 1.8 2012/05/09 20:35:17 scarabeus Exp $ EAPI=4 @@ -176,7 +176,7 @@ pkg_postinst() { use cups || \ 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.' } |