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 <gentoo-commits+bounces-432586-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1S2FEC-0007qF-Vk
	for garchives@archives.gentoo.org; Tue, 28 Feb 2012 05:03:58 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6B86CE08A6;
	Tue, 28 Feb 2012 05:03:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 37BA5E08A6
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2012 05:03:48 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9E1E71B4019
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2012 05:03:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 5F652E53FE
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2012 05:03:46 +0000 (UTC)
From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" <anarchy@gentoo.org>
Message-ID: <1330405272.534c1894797951a78a6ad7afefca70d9ddf7839c.anarchy@gentoo>
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
X-VCS-Repository: proj/mozilla
X-VCS-Files: eclass/mozconfig-3.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: anarchy
X-VCS-Committer-Name: Jory Pratt
X-VCS-Revision: 534c1894797951a78a6ad7afefca70d9ddf7839c
X-VCS-Branch: master
Date: Tue, 28 Feb 2012 05:03:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 012f6e6f-96b4-4322-ae72-2eefe310d18b
X-Archives-Hash: f70a0aaa8f8d5c78d7a1612b6b4f2e7c

commit:     534c1894797951a78a6ad7afefca70d9ddf7839c
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 05:01:12 2012 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 05:01:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a=
=3Dcommit;h=3D534c1894

Only enable with-branding if bindist enabled

---
 eclass/mozconfig-3.eclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index ef81db5..c90bd43 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -34,7 +34,7 @@ mozconfig_config() {
=20
 	if has bindist ${IUSE}; then
 		mozconfig_use_enable !bindist official-branding
-		if [[ ${PN} =3D=3D firefox ]] ; then
+		if [[ ${PN} =3D=3D firefox ]] && use bindist ; then
 			mozconfig_annotate '' --with-branding=3Dbrowser/branding/aurora
 		fi
 	fi