diff options
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild b/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild index 53d7c26eda28..7a7d3ba4eafe 100644 --- a/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild,v 1.6 2011/09/06 13:07:55 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild,v 1.7 2011/09/08 12:33:26 scarabeus Exp $ EAPI=3 @@ -227,6 +227,7 @@ PATCHES=( "${FILESDIR}/${PN}-binfilter-as-needed.patch" "${FILESDIR}/${PN}-kill-cppunit.patch" "${FILESDIR}/${PN}-honor-strip.patch" + "${FILESDIR}/${PN}-java.patch" ) # Uncoment me when updating to eapi4 @@ -389,9 +390,6 @@ src_configure() { # as internal libraries. if ! use java; then internal_libs+=" - --without-system-beanshell - --without-system-lucene - --without-system-saxon --without-junit " else |