diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-08-06 16:48:01 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-08-06 16:48:01 +0000 |
commit | 92f34448309f90103ff9c13dfe5bf75a24a25c98 (patch) | |
tree | fe52978ae4828ed547d1ca2777163f332be8ef36 /app-office | |
parent | Fixed tests thanks to Arfrever (diff) | |
download | gentoo-2-92f34448309f90103ff9c13dfe5bf75a24a25c98.tar.gz gentoo-2-92f34448309f90103ff9c13dfe5bf75a24a25c98.tar.bz2 gentoo-2-92f34448309f90103ff9c13dfe5bf75a24a25c98.zip |
Replace LINGUAS_OOO with LO_LANGUAGES, bug 378007.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.2.3.ebuild | 4 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index 419702c68fc1..f4405e8f5688 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.87 2011/08/06 08:49:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.88 2011/08/06 16:48:01 mattst88 Exp $ + + 06 Aug 2011; Matt Turner <mattst88@gentoo.org> libreoffice-3.4.2.3.ebuild, + libreoffice-3.4.9999.ebuild: + Replace LINGUAS_OOO with LO_LANGUAGES, bug 378007. 06 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild: diff --git a/app-office/libreoffice/libreoffice-3.4.2.3.ebuild b/app-office/libreoffice/libreoffice-3.4.2.3.ebuild index 864ac11ed251..04401f2a48cc 100644 --- a/app-office/libreoffice/libreoffice-3.4.2.3.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v 1.20 2011/08/06 08:49:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v 1.21 2011/08/06 16:48:01 mattst88 Exp $ EAPI=3 @@ -496,7 +496,7 @@ src_configure() { --with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \ --with-external-thes-dir="${EPREFIX}/usr/share/myspell" \ --with-external-tar="${DISTDIR}" \ - --with-lang="${LINGUAS_OOO}" \ + --with-lang="${LO_LANGUAGES}" \ --with-max-jobs=${jbs} \ --with-num-cpus=1 \ --with-theme="${themes}" \ diff --git a/app-office/libreoffice/libreoffice-3.4.9999.ebuild b/app-office/libreoffice/libreoffice-3.4.9999.ebuild index 15559f95277e..90992c87c4cc 100644 --- a/app-office/libreoffice/libreoffice-3.4.9999.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild,v 1.6 2011/08/06 08:49:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild,v 1.7 2011/08/06 16:48:01 mattst88 Exp $ EAPI=3 @@ -495,7 +495,7 @@ src_configure() { --with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \ --with-external-thes-dir="${EPREFIX}/usr/share/myspell" \ --with-external-tar="${DISTDIR}" \ - --with-lang="${LINGUAS_OOO}" \ + --with-lang="${LO_LANGUAGES}" \ --with-max-jobs=${jbs} \ --with-num-cpus=1 \ --with-theme="${themes}" \ |