diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-08 12:33:26 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-08 12:33:26 +0000 |
commit | 84ccee17e5fd544e116814522dad046219c45a76 (patch) | |
tree | 0780bace4a8a2da0a8f4432019b5e5dd17229fe2 /app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild | |
parent | Version bump, closing bug #382189 (diff) | |
download | gentoo-2-84ccee17e5fd544e116814522dad046219c45a76.tar.gz gentoo-2-84ccee17e5fd544e116814522dad046219c45a76.tar.bz2 gentoo-2-84ccee17e5fd544e116814522dad046219c45a76.zip |
Fix the case of passing without-system-libs when using -java.
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild b/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild index cf6faf4fbfb0..f8b3c46341cf 100644 --- a/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.3.2-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.3.2-r1.ebuild,v 1.6 2011/09/06 13:07:55 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-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 |