diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-11-02 09:05:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-11-02 09:05:46 +0000 |
commit | 9b1cc20971633dcaf51d0d4961d48c1e3e4cbee4 (patch) | |
tree | 4c543ad93fc470aac9eccfbd6b3657b635d18e0f | |
parent | Fix compiling against heimdal - bug #359005. Thanks to Torsten Kurbad (diff) | |
download | gentoo-2-9b1cc20971633dcaf51d0d4961d48c1e3e4cbee4.tar.gz gentoo-2-9b1cc20971633dcaf51d0d4961d48c1e3e4cbee4.tar.bz2 gentoo-2-9b1cc20971633dcaf51d0d4961d48c1e3e4cbee4.zip |
Use the new helper to ensure that linguas_%var is in IUSE.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
-rw-r--r-- | app-office/libreoffice-l10n/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild | 4 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/libreoffice-l10n/ChangeLog b/app-office/libreoffice-l10n/ChangeLog index d49c0804363f..2078bbd07650 100644 --- a/app-office/libreoffice-l10n/ChangeLog +++ b/app-office/libreoffice-l10n/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-l10n # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.11 2011/11/02 08:13:45 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.12 2011/11/02 09:05:46 scarabeus Exp $ + + 02 Nov 2011; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-l10n-3.4.3-r3.ebuild, libreoffice-l10n-9999.ebuild: + Use the new helper to ensure that linguas_%var is in IUSE. 02 Nov 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-l10n-9999.ebuild: 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 850b5fa963d7..31fef8e90497 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.3 2011/11/02 08:11:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild,v 1.4 2011/11/02 09:05:46 scarabeus Exp $ EAPI=4 @@ -73,7 +73,7 @@ src_unpack() { for lang in ${LINGUAS}; do # break away if not enabled; paludis support - use linguas_${lang} || continue + use_if_iuse linguas_${lang} || continue dir=${lang/_/-} diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-9999.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-9999.ebuild index 45dd79e74b90..a79d81e8ae5e 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-9999.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-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-l10n/libreoffice-l10n-9999.ebuild,v 1.2 2011/11/02 08:13:45 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-9999.ebuild,v 1.3 2011/11/02 09:05:46 scarabeus Exp $ EAPI=4 @@ -73,7 +73,7 @@ src_unpack() { for lang in ${LINGUAS}; do # break away if not enabled; paludis support - use linguas_${lang} || continue + use_if_iuse linguas_${lang} || continue dir=${lang/_/-} |