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 1RPdOW-0007ev-Sz for garchives@archives.gentoo.org; Sun, 13 Nov 2011 16:59:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75C4C21C03A; Sun, 13 Nov 2011 16:58:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 486F221C03A for ; Sun, 13 Nov 2011 16:58:53 +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 C1DB01B4030 for ; Sun, 13 Nov 2011 16:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EC38880042 for ; Sun, 13 Nov 2011 16:58:51 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/Manifest mail-client/thunderbird/thunderbird-8.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: fbc3f7f9ee923128aa122ea47b452b9bab311918 Date: Sun, 13 Nov 2011 16:58:51 +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: ab6ce9ec-67b2-44ea-a25e-ce44d42d3509 X-Archives-Hash: 9a30a32c237b302d7dc37610d1ff326a commit: fbc3f7f9ee923128aa122ea47b452b9bab311918 Author: Jory A. Pratt gentoo org> AuthorDate: Sun Nov 13 22:58:08 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Nov 13 22:58:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3Dfbc3f7f9 ensure omnijar build does not fail, bug #390227 --- mail-client/thunderbird/Manifest | 2 +- mail-client/thunderbird/thunderbird-8.0.ebuild | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/M= anifest index f3ae1be..56a235c 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -43,4 +43,4 @@ DIST thunderbird-8.0-uk.xpi 456674 RMD160 95c1009e180d5= 0940e8ecedc1d373c834c278b DIST thunderbird-8.0-zh-CN.xpi 422519 RMD160 ef881e92de682aa3d807a53a7f5= 36f51e6740b94 SHA1 564f90305e0458f57cd27a876f90e8c12b5ade8f SHA256 bb46c2= b4d395488104528ac225f2c129e9c4ddb500e6f44082df549560013132 DIST thunderbird-8.0-zh-TW.xpi 423019 RMD160 3326d286df45aee39ea4dc9303c= 6e4459b41dba2 SHA1 a81c24ab001eb521a1b4e49da16c8f6914676641 SHA256 a6c78d= f16a242b1731709fdacae8fcfde630fe10469abfd6a696b46076e9059a DIST thunderbird-8.0.source.tar.bz2 89435206 RMD160 373420ec009a7f28f12a= 64a0d55e9d959573974e SHA1 18b77e44f1653eb3d59056870f535e3c373d99fd SHA256= f728bd2dbc04e6c3a096d79a9ee320740f53794a28be307da8655c8fd90f77f5 -EBUILD thunderbird-8.0.ebuild 9283 RMD160 79922c8f45639e1b1a70a1085c7da6= a435fd1209 SHA1 d9b522a16daf72ecc4fd1900c941bbe1aec446a0 SHA256 496d8899c= 8ea76b5aa688cc903f50cee85839d61b4f865b9edcc733ec7a86d76 +EBUILD thunderbird-8.0.ebuild 9348 RMD160 24aad299b8837f592d3c31699f021c= ee2eafe090 SHA1 b2f41ddd0fa4de8751052d83f72f74e983db88b3 SHA256 827d41e04= a1bd439200e7fa729bb6ee75b395369324975342e54805c0bc88672 diff --git a/mail-client/thunderbird/thunderbird-8.0.ebuild b/mail-client= /thunderbird/thunderbird-8.0.ebuild index 99db324..d17616d 100644 --- a/mail-client/thunderbird/thunderbird-8.0.ebuild +++ b/mail-client/thunderbird/thunderbird-8.0.ebuild @@ -102,7 +102,11 @@ linguas() { pkg_setup() { moz_pkgsetup =20 - if ! use bindist; then + if ! use crypt ; then + export MOZILLA_DIR=3D"${S}/mozilla" + fi + + if ! use bindist ; then elog "You are enabling official branding. You may not redistribute thi= s build" elog "to any users on your network or the internet. Doing so puts your= self into" elog "a legal problem with Mozilla Foundation"