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 | c3991613eaa6d239f71b379d5e2488081e3de67d (patch) | |
tree | 42a10f35e896e7c0d612586661ad2f22d07a6396 /app-office | |
parent | Version bump (diff) | |
download | gentoo-2-c3991613eaa6d239f71b379d5e2488081e3de67d.tar.gz gentoo-2-c3991613eaa6d239f71b379d5e2488081e3de67d.tar.bz2 gentoo-2-c3991613eaa6d239f71b379d5e2488081e3de67d.zip |
Special case another LINGUAS combination until we have a better
solution, bug #306221
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-office')
-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 0bd592171264..07faf3d85717 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.515 2010/02/22 22:20:50 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.516 2010/02/23 16:25:50 suka Exp $ + + 23 Feb 2010; Andreas Proschofsky <suka@gentoo.org> + openoffice-3.2.0.ebuild: + Special case another LINGUAS combination until we have a better + solution, bug #306221 22 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 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')" |