diff options
author | 2011-11-02 08:11:30 +0000 | |
---|---|---|
committer | 2011-11-02 08:11:30 +0000 | |
commit | fbf0973742680c1ed9cc299b31286f84772c5827 (patch) | |
tree | 7e7cab4ebbbf7e1d7225791a2be6ea584d073ebc /app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild | |
parent | fpc has its own idea about LDFLAGS (bug #389265) (diff) | |
download | historical-fbf0973742680c1ed9cc299b31286f84772c5827.tar.gz historical-fbf0973742680c1ed9cc299b31286f84772c5827.tar.bz2 historical-fbf0973742680c1ed9cc299b31286f84772c5827.zip |
Break away if lingua is not enabled. Fixes bug #389293.
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild')
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild index 14566982104e..850b5fa963d7 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.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-l10n/libreoffice-l10n-3.4.3-r3.ebuild,v 1.2 2011/10/26 15:28:33 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild,v 1.3 2011/11/02 08:11:30 scarabeus Exp $ EAPI=4 @@ -72,6 +72,9 @@ src_unpack() { local lang dir rpmdir for lang in ${LINGUAS}; do + # break away if not enabled; paludis support + use linguas_${lang} || continue + dir=${lang/_/-} # for english we provide just helppack, as translation is always there |