diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2010-02-26 11:54:10 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2010-02-26 11:54:10 +0000 |
commit | 46886b835e7987e11b4182036bb7d1c083382b35 (patch) | |
tree | 9bcb23c0572dabe68fc2bdddc4f41c930aa9f081 /app-office/openoffice | |
parent | x86 stable wrt bug #306179 (diff) | |
download | gentoo-2-46886b835e7987e11b4182036bb7d1c083382b35.tar.gz gentoo-2-46886b835e7987e11b4182036bb7d1c083382b35.tar.bz2 gentoo-2-46886b835e7987e11b4182036bb7d1c083382b35.zip |
No matter how hard you try, there's always one LINGUAS case you forget
about, bug #306221 again.
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-3.2.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index ec4224bfff99..60820c234527 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,11 @@ # 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.518 2010/02/25 17:57:00 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.519 2010/02/26 11:54:10 suka Exp $ + + 26 Feb 2010; Andreas Proschofsky <suka@gentoo.org> + openoffice-3.2.0.ebuild: + No matter how hard you try, there's always one LINGUAS case you forget + about, bug #306221 again. 25 Feb 2010; Andreas Proschofsky <suka@gentoo.org> openoffice-3.2.0.ebuild: diff --git a/app-office/openoffice/openoffice-3.2.0.ebuild b/app-office/openoffice/openoffice-3.2.0.ebuild index ab102f95b50a..d376f65c7be3 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.12 2010/02/25 17:57:00 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.2.0.ebuild,v 1.13 2010/02/26 11:54:10 suka Exp $ WANT_AUTOMAKE="1.9" EAPI="2" @@ -162,7 +162,7 @@ pkg_setup() { strip-linguas ${LANGS} # en_US is built by default, upstream needs us to use --with-lang="" in this case though, so strip it out - export LINGUAS_TEMP=$(echo ${LINGUAS} | sed -e 's/\ben_US\b//g;s/en//g') + export LINGUAS_TEMP=$(echo ${LINGUAS} | sed -e 's/\ben_US\b//g;s/en//g;s/_GB/en_GB/g;s/_ZA/en_ZA/g') if [[ -z "${LINGUAS_TEMP}" ]] || [[ ${LINGUAS_TEMP} == " " ]]; then export LINGUAS_OOO="" |