diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-02-15 19:24:36 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-02-15 19:24:36 +0000 |
commit | 5721899f55baaa620e64c89827b8d7161e297f09 (patch) | |
tree | 1122e4870a5b63a2e39666d799a1b870dd12ff89 /app-office/openoffice | |
parent | Added mips keyword to ebuilds (diff) | |
download | gentoo-2-5721899f55baaa620e64c89827b8d7161e297f09.tar.gz gentoo-2-5721899f55baaa620e64c89827b8d7161e297f09.tar.bz2 gentoo-2-5721899f55baaa620e64c89827b8d7161e297f09.zip |
updated the openoffice ebuilds
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/openoffice-1.0.1-r3.ebuild | 5 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-office/openoffice/openoffice-1.0.1-r3.ebuild b/app-office/openoffice/openoffice-1.0.1-r3.ebuild index 13a1710e16ee..075d6310a990 100644 --- a/app-office/openoffice/openoffice-1.0.1-r3.ebuild +++ b/app-office/openoffice/openoffice-1.0.1-r3.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.0.1-r3.ebuild,v 1.12 2003/02/13 09:19:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r3.ebuild,v 1.13 2003/02/15 19:24:36 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -147,6 +147,9 @@ pkg_setup() { oo_setup() { + unset LANGUAGE + unset LANG + export NEW_GCC="0" if [ -x /usr/sbin/gcc-config ] diff --git a/app-office/openoffice/openoffice-1.0.2.ebuild b/app-office/openoffice/openoffice-1.0.2.ebuild index 151e01baf104..5fc2028a52a8 100644 --- a/app-office/openoffice/openoffice-1.0.2.ebuild +++ b/app-office/openoffice/openoffice-1.0.2.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.0.2.ebuild,v 1.8 2003/02/13 09:19:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.2.ebuild,v 1.9 2003/02/15 19:24:36 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -148,6 +148,9 @@ pkg_setup() { oo_setup() { + unset LANGUAGE + unset LANG + export NEW_GCC="0" if [ -x /usr/sbin/gcc-config ] |