Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: multilib-build.eclass
Date: Sat, 28 Dec 2013 18:23:30
Message-Id: 20131228182325.778FF2004C@flycatcher.gentoo.org
1 jlec 13/12/28 18:23:25
2
3 Modified: multilib-build.eclass
4 Log:
5 Fix typo
6
7 Revision Changes Path
8 1.24 eclass/multilib-build.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?r1=1.23&r2=1.24
13
14 Index: multilib-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v
17 retrieving revision 1.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- multilib-build.eclass 1 Oct 2013 18:06:06 -0000 1.23
21 +++ multilib-build.eclass 28 Dec 2013 18:23:25 -0000 1.24
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.23 2013/10/01 18:06:06 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.24 2013/12/28 18:23:25 jlec Exp $
27
28 # @ECLASS: multilib-build.eclass
29 # @MAINTAINER:
30 @@ -384,7 +384,7 @@
31
32 # @FUNCTION: multilib_build_binaries
33 # @DESCRIPTION:
34 -# Determine wheter to build binaries for the current build ABI.
35 +# Determine whether to build binaries for the current build ABI.
36 # Returns true status (0) if the current built ABI is the profile
37 # native or COMPLETE_MULTILIB variable is set to yes, otherwise
38 # false (1).