diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2010-02-23 16:25:50 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2010-02-23 16:25:50 +0000 |
commit | 99d0c45adc014e6668e9fa52cdd7a5a3ff233d16 (patch) | |
tree | 1c6395ed1c095379d9945796131c08c217101536 /app-office/openoffice/openoffice-3.2.0.ebuild | |
parent | Version bump (diff) | |
download | historical-99d0c45adc014e6668e9fa52cdd7a5a3ff233d16.tar.gz historical-99d0c45adc014e6668e9fa52cdd7a5a3ff233d16.tar.bz2 historical-99d0c45adc014e6668e9fa52cdd7a5a3ff233d16.zip |
Special case another LINGUAS combination until we have a better
solution, bug #306221
Package-Manager: portage-2.2_rc63/cvs/Linux i686
Diffstat (limited to 'app-office/openoffice/openoffice-3.2.0.ebuild')
-rw-r--r-- | app-office/openoffice/openoffice-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice/openoffice-3.2.0.ebuild b/app-office/openoffice/openoffice-3.2.0.ebuild index 31829e11ad54..4f2da29e2433 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.9 2010/02/22 22:20:50 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.2.0.ebuild,v 1.10 2010/02/23 16:25:50 suka Exp $ WANT_AUTOMAKE="1.9" EAPI="2" @@ -156,7 +156,7 @@ pkg_setup() { strip-linguas ${LANGS} - if [ -z "${LINGUAS}" ] || [[ "${LINGUAS}" == en ]] || [[ "${LINGUAS}" == en_US ]] || [[ "${LINGUAS}" == "en en_US" ]]; then + if [ -z "${LINGUAS}" ] || [[ "${LINGUAS}" == en ]] || [[ "${LINGUAS}" == en_US ]] || [[ "${LINGUAS}" == "en en_US" ]] || [[ "${LINGUAS}" == "en_US en" ]]; then export LINGUAS_OOO="" elif [[ ${LINGUAS} =~ en([^_]|$) ]]; then export LINGUAS_OOO="$(echo ${LINGUAS} | sed -e 's/\ben\b/en_US/;s/_/-/g')" |