diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-02-28 03:49:41 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-02-28 03:49:41 +0000 |
commit | 9da0781db23472376f97eca3a37f3707235014a0 (patch) | |
tree | 0f45d191a3dec8122e289bb62eff86443c8fc71b /eclass/mozconfig-3.eclass | |
parent | Version bump. (diff) | |
download | historical-9da0781db23472376f97eca3a37f3707235014a0.tar.gz historical-9da0781db23472376f97eca3a37f3707235014a0.tar.bz2 historical-9da0781db23472376f97eca3a37f3707235014a0.zip |
Fix branding when bindist is enabled
Diffstat (limited to 'eclass/mozconfig-3.eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index 721d2c1267f9..8e953cd39a33 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.27 2012/02/06 13:13:44 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.28 2012/02/28 03:49:41 anarchy Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -36,6 +36,9 @@ mozconfig_config() { if has bindist ${IUSE}; then mozconfig_use_enable !bindist official-branding + if [[ ${PN} == firefox ]] ; then + mozconfig_annotate '' --with-branding=browser/branding/aurora + fi fi mozconfig_use_enable alsa ogg |