diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-02-28 05:04:25 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-02-28 05:04:25 +0000 |
commit | 5a5dde8063fb25069dbeeee0042767adf8036305 (patch) | |
tree | 8a83479b9d055b94c3d00e442e57a1951ef825d6 /eclass | |
parent | Bump (diff) | |
download | gentoo-2-5a5dde8063fb25069dbeeee0042767adf8036305.tar.gz gentoo-2-5a5dde8063fb25069dbeeee0042767adf8036305.tar.bz2 gentoo-2-5a5dde8063fb25069dbeeee0042767adf8036305.zip |
Only pass with-branding if bindist build
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index 8e953cd39a33..b499b4b45cdc 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.28 2012/02/28 03:49:41 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.29 2012/02/28 05:04:25 anarchy Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -36,7 +36,7 @@ mozconfig_config() { if has bindist ${IUSE}; then mozconfig_use_enable !bindist official-branding - if [[ ${PN} == firefox ]] ; then + if [[ ${PN} == firefox ]] && use bindist ; then mozconfig_annotate '' --with-branding=browser/branding/aurora fi fi |