diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-12-28 00:25:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-12-28 00:25:53 +0000 |
commit | 078c771a1d08635c3f2477a16cef504994be19d3 (patch) | |
tree | f45c10ecf4a12ec249c19e60efade27844477bf2 /eclass | |
parent | Fix ia64 where the order of the configure options was overridden by mips, tha... (diff) | |
download | gentoo-2-078c771a1d08635c3f2477a16cef504994be19d3.tar.gz gentoo-2-078c771a1d08635c3f2477a16cef504994be19d3.tar.bz2 gentoo-2-078c771a1d08635c3f2477a16cef504994be19d3.zip |
Spelling fixes.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/flag-o-matic.eclass | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 74431e227619..a328b0e27323 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1093 2013/12/27 22:47:14 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1094 2013/12/28 00:25:53 robbat2 Exp $ + + 28 Dec 2013; Robin H. Johnson <robbat2@gentoo.org> flag-o-matic.eclass: + Spelling fixes. 27 Dec 2013; Julian Ospald <hasufell@gentoo.org> multilib-minimal.eclass: add debug print function wrt #493214 diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index be05937b92f9..7678708b9665 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.194 2013/12/27 21:39:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.195 2013/12/28 00:25:53 robbat2 Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -599,8 +599,8 @@ replace-sparc64-flags() { # @FUNCTION: append-libs # @USAGE: <libs> # @DESCRIPTION: -# Add extra <libs> to the current LIBS. All arguments should prefixed with -# either -l or -L. For compatability, if arguments are not prefixed as +# Add extra <libs> to the current LIBS. All arguments should be prefixed with +# either -l or -L. For compatibility, if arguments are not prefixed as # options, they are given a -l prefix automatically. append-libs() { [[ $# -eq 0 ]] && return 0 |