summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-06-26 18:08:46 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-06-26 18:08:46 +0000
commit891201525117aee53c903fb8175795a66f809bf4 (patch)
tree36023acc447a834753af668f5c2782a798859fa4 /eclass/mozcoreconf-2.eclass
parentadd libpng dep as reported in bug #229139 (diff)
downloadhistorical-891201525117aee53c903fb8175795a66f809bf4.tar.gz
historical-891201525117aee53c903fb8175795a66f809bf4.tar.bz2
historical-891201525117aee53c903fb8175795a66f809bf4.zip
Typo
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r--eclass/mozcoreconf-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass
index 8da88be7d5fb..985525699895 100644
--- a/eclass/mozcoreconf-2.eclass
+++ b/eclass/mozcoreconf-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.4 2008/06/26 16:45:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.5 2008/06/26 18:08:46 armin76 Exp $
#
# mozcoreconf.eclass : core options for mozilla
# inherit mozconfig-2 if you need USE flags
@@ -80,7 +80,7 @@ mozconfig_init() {
mozconfig_annotate "from CFLAGS" --enable-optimize=-O0
elif [[ ${ARCH} == hppa ]]; then
mozconfig_annotate "more than -O0 causes segfaults on hppa" --enable-optimize=-O0
- elif [[ ${ARCH} == ppc ]] && ! has_version '>=sys-libs/glibc-2.8'; then
+ elif [[ ${ARCH} == ppc ]] && has_version '>=sys-libs/glibc-2.8'; then
mozconfig_annotate "more than -O1 segfaults on ppc with glibc-2.8" --enable-optimize=-O1
elif is-flag -O1; then
mozconfig_annotate "from CFLAGS" --enable-optimize=-O1