Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Tue, 28 Feb 2012 05:03:58
Message-Id: 1330405272.534c1894797951a78a6ad7afefca70d9ddf7839c.anarchy@gentoo
1 commit: 534c1894797951a78a6ad7afefca70d9ddf7839c
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 05:01:12 2012 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 05:01:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=534c1894
7
8 Only enable with-branding if bindist enabled
9
10 ---
11 eclass/mozconfig-3.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
15 index ef81db5..c90bd43 100644
16 --- a/eclass/mozconfig-3.eclass
17 +++ b/eclass/mozconfig-3.eclass
18 @@ -34,7 +34,7 @@ mozconfig_config() {
19
20 if has bindist ${IUSE}; then
21 mozconfig_use_enable !bindist official-branding
22 - if [[ ${PN} == firefox ]] ; then
23 + if [[ ${PN} == firefox ]] && use bindist ; then
24 mozconfig_annotate '' --with-branding=browser/branding/aurora
25 fi
26 fi