diff options
author | 2006-06-10 16:19:54 +0000 | |
---|---|---|
committer | 2006-06-10 16:19:54 +0000 | |
commit | ff29b08309ca9568e2360ec4dd4f9645026a650b (patch) | |
tree | 09263811ad39e504eceaecd5bb5ea60fb0fc0cd5 /eclass/mozcoreconf.eclass | |
parent | fix header (diff) | |
download | historical-ff29b08309ca9568e2360ec4dd4f9645026a650b.tar.gz historical-ff29b08309ca9568e2360ec4dd4f9645026a650b.tar.bz2 historical-ff29b08309ca9568e2360ec4dd4f9645026a650b.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/mozcoreconf.eclass')
-rw-r--r-- | eclass/mozcoreconf.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/mozcoreconf.eclass b/eclass/mozcoreconf.eclass index 09ea670092d8..286128e3518e 100644 --- a/eclass/mozcoreconf.eclass +++ b/eclass/mozcoreconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.8 2006/06/01 21:56:31 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.9 2006/06/10 16:19:54 swegener Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -31,7 +31,7 @@ mozconfig_init() { declare TB=$([[ ${PN} == *thunderbird ]] && echo true || echo false) declare SB=$([[ ${PN} == *sunbird ]] && echo true || echo false) declare EM=$([[ ${PN} == enigmail ]] && echo true || echo false) - declare XUL=$([[ ${PN} == *xulrunner ]] && echo true || echo false) + declare XUL=$([[ ${PN} == *xulrunner ]] && echo true || echo false) declare SM=$([[ ${PN} == seamonkey ]] && echo true || echo false) #################################### @@ -54,9 +54,9 @@ mozconfig_init() { enigmail) cp mail/config/mozconfig .mozconfig \ || die "cp mail/config/mozconfig failed" ;; - *xulrunner) - cp xulrunner/config/mozconfig .mozconfig \ - || die "cp xulrunner/config/mozconfig failed" ;; + *xulrunner) + cp xulrunner/config/mozconfig .mozconfig \ + || die "cp xulrunner/config/mozconfig failed" ;; *sunbird) cp calendar/sunbird/config/mozconfig .mozconfig \ || die "cp calendar/sunbird/config/mozconfig failed" ;; |