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 | da41f670e5475cbbf032b893b282bea493e2083d (patch) | |
tree | 55bb81c3eafea0e302317e33b946f96ac7f1e075 /eclass/mozconfig-3.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-da41f670e5475cbbf032b893b282bea493e2083d.tar.gz gentoo-2-da41f670e5475cbbf032b893b282bea493e2083d.tar.bz2 gentoo-2-da41f670e5475cbbf032b893b282bea493e2083d.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 |