summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2010-02-22 16:45:29 +0000
committerAndreas Proschofsky <suka@gentoo.org>2010-02-22 16:45:29 +0000
commit1034c691849e748bab9f28bb08eb69bcff06dcec (patch)
treeff8a0efdb7841a4217220b333ada9f4980acf1df /app-office/openoffice
parentInitial commit. Thanks to Premysl Vohnout for the ebuild. (diff)
downloadgentoo-2-1034c691849e748bab9f28bb08eb69bcff06dcec.tar.gz
gentoo-2-1034c691849e748bab9f28bb08eb69bcff06dcec.tar.bz2
gentoo-2-1034c691849e748bab9f28bb08eb69bcff06dcec.zip
Fix disabling of sun-templates, bug #306269
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-office/openoffice')
-rw-r--r--app-office/openoffice/ChangeLog6
-rw-r--r--app-office/openoffice/openoffice-3.2.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog
index 35bb7a8f31a3..59c4bea05d47 100644
--- a/app-office/openoffice/ChangeLog
+++ b/app-office/openoffice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.511 2010/02/22 10:11:17 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.512 2010/02/22 16:45:29 suka Exp $
+
+ 22 Feb 2010; Andreas Proschofsky <suka@gentoo.org>
+ openoffice-3.2.0.ebuild:
+ Fix disabling of sun-templates, bug #306269
22 Feb 2010; Andreas Proschofsky <suka@gentoo.org>
openoffice-3.2.0.ebuild, +files/qt-use-native-backend.diff:
diff --git a/app-office/openoffice/openoffice-3.2.0.ebuild b/app-office/openoffice/openoffice-3.2.0.ebuild
index 6de73ac5f9ac..6b8a43d3d77b 100644
--- a/app-office/openoffice/openoffice-3.2.0.ebuild
+++ b/app-office/openoffice/openoffice-3.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.2.0.ebuild,v 1.5 2010/02/22 10:11:17 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.2.0.ebuild,v 1.6 2010/02/22 16:45:29 suka Exp $
WANT_AUTOMAKE="1.9"
EAPI="2"
@@ -338,7 +338,7 @@ src_configure() {
$(use_enable odk) \
$(use_enable pam) \
$(use_with java) \
- --disable-sun-templates \
+ --without-sun-templates \
--disable-access \
--disable-post-install-scripts \
--enable-extensions \