From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RqQmq-0006da-Rb for garchives@archives.gentoo.org; Thu, 26 Jan 2012 14:58:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1201EE08AC; Thu, 26 Jan 2012 14:58:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6FE4E08AC for ; Thu, 26 Jan 2012 14:58:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D65F1B4011 for ; Thu, 26 Jan 2012 14:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 44F9A80051 for ; Thu, 26 Jan 2012 14:58:44 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <02c8921fc05cc482d6c695d63aa29565ecba4683.nirbheek@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozlinguas.eclass X-VCS-Directories: eclass/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 02c8921fc05cc482d6c695d63aa29565ecba4683 Date: Thu, 26 Jan 2012 14:58:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 08c781cc-db1a-48e0-9568-8af2f0ccce0d X-Archives-Hash: 1966dd74fb72c8e577ce6c2bf921f8cd commit: 02c8921fc05cc482d6c695d63aa29565ecba4683 Author: Nirbheek Chauhan gentoo org> AuthorDate: Thu Jan 26 11:08:50 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Thu Jan 26 11:12:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3D02c8921f mozlinguas.eclass: Don't run linguas code if alpha or beta --- eclass/mozlinguas.eclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/eclass/mozlinguas.eclass b/eclass/mozlinguas.eclass index b6ece9b..f7415ca 100644 --- a/eclass/mozlinguas.eclass +++ b/eclass/mozlinguas.eclass @@ -65,6 +65,7 @@ if ! [[ ${PV} =3D~ alpha|beta ]]; then fi =20 linguas() { + [[ ${PV} =3D~ alpha|beta ]] && return # Generate the list of language packs called "linguas" # This list is used to unpack and install the xpi language packs local LINGUA