summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2005-10-25 06:35:40 +0000
committerAndreas Proschofsky <suka@gentoo.org>2005-10-25 06:35:40 +0000
commitbf7d82fc31669abe0f815062845e76bee3fcfdcb (patch)
tree59845fb9089d788303f4a5af5490d6f9ae9db212 /app-office/openoffice
parentMoved here patch from Gentoo/ALT overlay to get the right bindnow flags for t... (diff)
downloadgentoo-2-bf7d82fc31669abe0f815062845e76bee3fcfdcb.tar.gz
gentoo-2-bf7d82fc31669abe0f815062845e76bee3fcfdcb.tar.bz2
gentoo-2-bf7d82fc31669abe0f815062845e76bee3fcfdcb.zip
Build fix in regard to setting "en" in LINGUAS
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-office/openoffice')
-rw-r--r--app-office/openoffice/ChangeLog6
-rw-r--r--app-office/openoffice/openoffice-2.0.0.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog
index e513bef626bd..a9257b18c883 100644
--- a/app-office/openoffice/ChangeLog
+++ b/app-office/openoffice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.142 2005/10/25 05:21:58 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.143 2005/10/25 06:35:40 suka Exp $
+
+ 25 Oct 2005; Andreas Proschofsky <suka@gentoo.org>
+ openoffice-2.0.0.ebuild:
+ Build fix in regard to setting "en" in LINGUAS
25 Oct 2005; Andreas Proschofsky <suka@gentoo.org>
+files/2.0.0/Filter.xcu, openoffice-2.0.0.ebuild:
diff --git a/app-office/openoffice/openoffice-2.0.0.ebuild b/app-office/openoffice/openoffice-2.0.0.ebuild
index 8f7b6de7c45f..29855ff6717a 100644
--- a/app-office/openoffice/openoffice-2.0.0.ebuild
+++ b/app-office/openoffice/openoffice-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.0.0.ebuild,v 1.6 2005/10/25 05:21:58 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.0.0.ebuild,v 1.7 2005/10/25 06:35:40 suka Exp $
inherit eutils fdo-mime flag-o-matic kde-functions toolchain-funcs
@@ -98,8 +98,9 @@ pkg_setup() {
ewarn " To get a localized build, set the according LINGUAS variable(s). "
ewarn
else
- export LINGUAS_OOO="${LINGUAS//_/-}"
- export LINGUAS_OOO="${LINGUAS_OOO//en /en-US }"
+ export LINGUAS_OOO="${LINGUAS//en/en_US}"
+ export LINGUAS_OOO="${LINGUAS_OOO//en_US_GB/en_GB}"
+ export LINGUAS_OOO="${LINGUAS_OOO//_/-}"
fi
if use !java; then