summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-01-16 20:05:12 +0000
committerMichał Górny <mgorny@gentoo.org>2014-01-16 20:05:12 +0000
commitc2375e14652acc8deffcb261eaac98b80177bf05 (patch)
tree3678b6e3abef84a1b50e7b31640de1bdd51c9169 /eclass
parentremove old (diff)
downloadhistorical-c2375e14652acc8deffcb261eaac98b80177bf05.tar.gz
historical-c2375e14652acc8deffcb261eaac98b80177bf05.tar.bz2
historical-c2375e14652acc8deffcb261eaac98b80177bf05.zip
Typo.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/multilib-build.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index bb21ce4dd4b7..7811d3a444dd 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1117 2014/01/16 18:53:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1118 2014/01/16 20:05:12 mgorny Exp $
+
+ 16 Jan 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass:
+ Typo.
16 Jan 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass:
Support MULTILIB_CHOST_TOOLS for tool renaming/preserving.
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index 48325673c7f7..1979c39555dc 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.26 2014/01/16 18:53:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.27 2014/01/16 20:05:12 mgorny Exp $
# @ECLASS: multilib-build.eclass
# @MAINTAINER:
@@ -423,7 +423,7 @@ multilib_is_native_abi() {
# @FUNCTION: multilib_build_binaries
# @DESCRIPTION:
-# Determine whether to build binaries for the currently build ABI.
+# Determine whether to build binaries for the currently built ABI.
# Returns true status (0) if the currently built ABI is the profile
# native or COMPLETE_MULTILIB variable is set to 'yes', otherwise
# false (1).