diff options
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 |