diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2012-02-07 15:19:22 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2012-02-07 15:19:22 +0000 |
commit | 9c8526700e50db2c6395c5935cc508ed8857be63 (patch) | |
tree | bbe60e8c0a2905c711e0248a18abfd45a938f36e /eclass | |
parent | Fixed eclass for usage with seamonkey (which has langpacks in beta releases) (diff) | |
download | gentoo-2-9c8526700e50db2c6395c5935cc508ed8857be63.tar.gz gentoo-2-9c8526700e50db2c6395c5935cc508ed8857be63.tar.bz2 gentoo-2-9c8526700e50db2c6395c5935cc508ed8857be63.zip |
Whitespace fix
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/mozlinguas.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 54b36455e44f..c1ab5179fd30 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.118 2012/02/07 15:17:47 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.119 2012/02/07 15:19:22 polynomial-c Exp $ + + 07 Feb 2012; Lars Wendler <polynomial-c@gentoo.org> mozlinguas.eclass: + Whitespace fix 07 Feb 2012; Lars Wendler <polynomial-c@gentoo.org> mozlinguas.eclass: Fixed eclass for usage with seamonkey (which has langpacks in beta releases). diff --git a/eclass/mozlinguas.eclass b/eclass/mozlinguas.eclass index 2ef821dc4c3d..e279a5d8d00a 100644 --- a/eclass/mozlinguas.eclass +++ b/eclass/mozlinguas.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozlinguas.eclass,v 1.2 2012/02/07 15:17:47 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozlinguas.eclass,v 1.3 2012/02/07 15:19:22 polynomial-c Exp $ # @ECLASS: mozlinguas.eclass # @MAINTAINER: @@ -69,7 +69,7 @@ esac # Add linguas_* to IUSE according to available language packs # No language packs for alphas and betas -if ! [[ ${PV} =~ alpha|beta ]]|| { [[ ${PN} == seamonkey ]] && ! [[ ${PV} =~ alpha ]] ; } ; then +if ! [[ ${PV} =~ alpha|beta ]] || { [[ ${PN} == seamonkey ]] && ! [[ ${PV} =~ alpha ]] ; } ; then for x in "${MOZ_LANGS[@]}" ; do # en and en_US are handled internally if [[ ${x} == en ]] || [[ ${x} == en-US ]]; then |