From 133c8106ca85bba8f756224edbc499188aa401e6 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 9 May 2012 20:14:56 +0000 Subject: Add elog information about -java, base will not be working (Portage version: 2.2.0_alpha102/cvs/Linux x86_64) --- app-office/libreoffice-bin/ChangeLog | 6 +++++- app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app-office/libreoffice-bin/ChangeLog b/app-office/libreoffice-bin/ChangeLog index b44cb05b8ad8..9f5319a49737 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.66 2012/05/06 14:05:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.67 2012/05/09 20:14:56 scarabeus Exp $ + + 09 May 2012; Tomáš Chvátal + libreoffice-bin-3.5.2.2.ebuild: + Add elog information about -java, base will not be working 06 May 2012; Agostino Sarubbo 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 043cbd756e0b..7b945fde9391 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.6 2012/05/06 14:05:10 ago Exp $ +# $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 $ EAPI=4 @@ -176,6 +176,9 @@ 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.' } pkg_postrm() { -- cgit v1.2.3-65-gdbad