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 1RtkZE-0002Iy-QJ for garchives@archives.gentoo.org; Sat, 04 Feb 2012 18:42:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38B7CE0517; Sat, 4 Feb 2012 18:42:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0B767E0517 for ; Sat, 4 Feb 2012 18:42:24 +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 877481B4003 for ; Sat, 4 Feb 2012 18:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7F85780042 for ; Sat, 4 Feb 2012 18:42:23 +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: <4e9059a83e2122278b31e05b9b15a83c665e6de2.nirbheek@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: scripts/ X-VCS-Repository: proj/mozilla X-VCS-Files: scripts/get_langs.sh X-VCS-Directories: scripts/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 4e9059a83e2122278b31e05b9b15a83c665e6de2 Date: Sat, 4 Feb 2012 18:42:23 +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: dde806ef-30fc-46b5-984e-b34a06ae9047 X-Archives-Hash: 4f81e7fa0724cbb2221e5b39b320db99 commit: 4e9059a83e2122278b31e05b9b15a83c665e6de2 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Feb 4 18:42:15 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Feb 4 18:42:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3D4e9059a8 Port get_langs.sh to new eclass API --- scripts/get_langs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/get_langs.sh b/scripts/get_langs.sh index 814f8cb..68c6195 100755 --- a/scripts/get_langs.sh +++ b/scripts/get_langs.sh @@ -25,4 +25,4 @@ else exit 1 fi LANGS=3D$(echo ${INBUILT_LANGS} ${XPI_LANGS} | tr " " "\n" | sort -d | u= niq | tr "\n" " ") -echo "LANGS=3D(${LANGS})" +echo "MOZ_LANGS=3D(${LANGS})"