diff options
Diffstat (limited to 'app-office/openoffice/openoffice-1.1.0.ebuild')
-rw-r--r-- | app-office/openoffice/openoffice-1.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/openoffice/openoffice-1.1.0.ebuild b/app-office/openoffice/openoffice-1.1.0.ebuild index ba525130c772..56646f0ce03c 100644 --- a/app-office/openoffice/openoffice-1.1.0.ebuild +++ b/app-office/openoffice/openoffice-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0.ebuild,v 1.5 2003/10/19 11:22:27 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0.ebuild,v 1.6 2003/10/21 09:33:46 pauldv Exp $ # IMPORTANT: This is extremely alpha!!! @@ -72,7 +72,7 @@ RDEPEND=">=sys-libs/glibc-2.1 app-arch/zip app-arch/unzip dev-libs/expat - >=virtual/jdk-1.3.1 + >=virtual/jdk-1.4.1 virtual/lpr ppc? ( >=sys-libs/glibc-2.2.5-r7 >=sys-devel/gcc-3.2 )" # needed for sqrtl patch recently introduced @@ -297,7 +297,7 @@ src_unpack() { done #Do our own branding by setting gentoo linux as the vendor - sed -i -e "s,\(//\)\(.*\)\(my company\),\2Gentoo Linux Inc.," ${S}/offmgr/source/offapp/intro/ooo.src + sed -i -e "s,\(//\)\(.*\)\(my company\),\2Gentoo Linux," ${S}/offmgr/source/offapp/intro/ooo.src } get_EnvSet() { |