summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-01-17 14:35:11 +0000
committerJeroen Roovers <jer@gentoo.org>2014-01-17 14:35:11 +0000
commit355bf6331d51fc68cffb43d09a1d4419969d729c (patch)
treee3748ba5107de2d6d2119ff2416ee6a90c007734 /eclass
parentinstall attachment_tool plugin, fixes bug #497544 (diff)
downloadhistorical-355bf6331d51fc68cffb43d09a1d4419969d729c.tar.gz
historical-355bf6331d51fc68cffb43d09a1d4419969d729c.tar.bz2
historical-355bf6331d51fc68cffb43d09a1d4419969d729c.zip
Spelling.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/mozcoreconf-2.eclass10
-rw-r--r--eclass/python-utils-r1.eclass6
3 files changed, 13 insertions, 9 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 7811d3a444dd..90e4fd8b1f81 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1118 2014/01/16 20:05:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1119 2014/01/17 14:35:11 jer Exp $
+
+ 17 Jan 2014; Jeroen Roovers <jer@gentoo.org> mozcoreconf-2.eclass,
+ python-utils-r1.eclass:
+ Spelling.
16 Jan 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass:
Typo.
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass
index 5029bf0b456a..2911b8ba357d 100644
--- a/eclass/mozcoreconf-2.eclass
+++ b/eclass/mozcoreconf-2.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.30 2013/08/26 14:39:36 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.31 2014/01/17 14:35:11 jer Exp $
#
# mozcoreconf.eclass : core options for mozilla
# inherit mozconfig-2 if you need USE flags
@@ -147,9 +147,9 @@ mozconfig_init() {
####################################
# Set optimization level
- if [[ ${ARCH} == hppa ]]; then
- mozconfig_annotate "more than -O0 causes a segfault on hppa" --enable-optimize=-O0
- elif [[ ${ARCH} == x86 ]]; then
+# if [[ ${ARCH} == hppa ]]; then
+# mozconfig_annotate "more than -O0 causes a segfault on hppa" --enable-optimize=-O0
+ if [[ ${ARCH} == x86 ]]; then
mozconfig_annotate "less then -O2 causes a segfault on x86" --enable-optimize=-O2
elif use custom-optimization || [[ ${ARCH} =~ (alpha|ia64) ]]; then
# Set optimization level based on CFLAGS
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 49caff618c10..6cddd7e24d7d 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.45 2013/10/30 19:14:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.46 2014/01/17 14:35:11 jer Exp $
# @ECLASS: python-utils-r1
# @MAINTAINER:
@@ -10,7 +10,7 @@
# Based on work of: Krzysztof Pawlik <nelchael@gentoo.org>
# @BLURB: Utility functions for packages with Python parts.
# @DESCRIPTION:
-# An utility eclass providing functions to query Python implementations,
+# A utility eclass providing functions to query Python implementations,
# install Python modules and scripts.
#
# This eclass does not set any metadata variables nor export any phase