summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2008-10-20 10:10:39 +0000
committerAndreas Proschofsky <suka@gentoo.org>2008-10-20 10:10:39 +0000
commit03c70e242e529a296ef47b54ae69f63e19451d6c (patch)
tree7fe13834bb9ae7cee3b8489d4e9d04b541d19a29 /app-office
parentAdding gnome-desktop to gnome 2.24 mask until we move more gnome 2.24 package... (diff)
downloadgentoo-2-03c70e242e529a296ef47b54ae69f63e19451d6c.tar.gz
gentoo-2-03c70e242e529a296ef47b54ae69f63e19451d6c.tar.bz2
gentoo-2-03c70e242e529a296ef47b54ae69f63e19451d6c.zip
Fix templates support by providing config-option in the right place, see bug #242494
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo i686)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/openoffice/ChangeLog7
-rw-r--r--app-office/openoffice/openoffice-3.0.0.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog
index 42549f170c6a..56508143dd96 100644
--- a/app-office/openoffice/ChangeLog
+++ b/app-office/openoffice/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/openoffice
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.432 2008/10/19 17:26:51 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.433 2008/10/20 10:10:39 suka Exp $
+
+ 20 Oct 2008; Andreas Proschofsky <suka@gentoo.org>
+ openoffice-3.0.0.ebuild:
+ Fix templates support by providing config-option in the right place, see
+ bug #242494
19 Oct 2008; Andreas Proschofsky <suka@gentoo.org> ChangeLog:
Add dependency on x11-libs/libXtst, bug #242586
diff --git a/app-office/openoffice/openoffice-3.0.0.ebuild b/app-office/openoffice/openoffice-3.0.0.ebuild
index d5f030a09caa..ade4f68dda4d 100644
--- a/app-office/openoffice/openoffice-3.0.0.ebuild
+++ b/app-office/openoffice/openoffice-3.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild,v 1.11 2008/10/19 17:31:18 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild,v 1.12 2008/10/20 10:10:39 suka Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="1.9"
@@ -296,7 +296,6 @@ src_unpack() {
echo "`use_enable ldap`" >> ${CONFFILE}
echo "`use_enable opengl`" >> ${CONFFILE}
echo "`use_with ldap openldap`" >> ${CONFFILE}
- echo "`use_with templates sun-templates`" >> ${CONFFILE}
echo "`use_enable debug crashdump`" >> ${CONFFILE}
echo "`use_enable debug strip-solver`" >> ${CONFFILE}
@@ -356,6 +355,7 @@ src_compile() {
`use_enable odk` \
`use_enable pam` \
`use_with java` \
+ `use_with templates sun-templates` \
--disable-access \
--disable-post-install-scripts \
--enable-extensions \