diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
commit | f9aeecbc5d756357455e4ae842071ffdc8ebdd43 (patch) | |
tree | 1f60c7429e0edddac752ce623889644516ce3cf6 /eclass/mozcoreconf-2.eclass | |
parent | Version bump (diff) | |
download | historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.gz historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.bz2 historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.zip |
trim useless trailing whitespace
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index 2b02cf52921d..5b743186298b 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.21 2011/07/08 11:36:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.22 2011/08/29 01:28:10 vapier Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -150,7 +150,7 @@ mozconfig_init() { # Strip optimization so it does not end up in compile string filter-flags '-O*' - # Strip over-aggressive CFLAGS + # Strip over-aggressive CFLAGS use custom-cflags || strip-flags # Additional ARCH support |