diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-09 20:14:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-09 20:14:56 +0000 |
commit | 133c8106ca85bba8f756224edbc499188aa401e6 (patch) | |
tree | c85769c24bf84505e99a619d8edc085a20166dc8 | |
parent | Add elog information about -java, base will not be working (diff) | |
download | gentoo-2-133c8106ca85bba8f756224edbc499188aa401e6.tar.gz gentoo-2-133c8106ca85bba8f756224edbc499188aa401e6.tar.bz2 gentoo-2-133c8106ca85bba8f756224edbc499188aa401e6.zip |
Add elog information about -java, base will not be working
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
-rw-r--r-- | app-office/libreoffice-bin/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <scarabeus@gentoo.org> + libreoffice-bin-3.5.2.2.ebuild: + Add elog information about -java, base will not be working 06 May 2012; Agostino Sarubbo <ago@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 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() { |