From 84ccee17e5fd544e116814522dad046219c45a76 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Thu, 8 Sep 2011 12:33:26 +0000 Subject: Fix the case of passing without-system-libs when using -java. (Portage version: 2.2.0_alpha54/cvs/Linux x86_64) --- app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild') 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 -- cgit v1.2.3-65-gdbad