Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: eutils.eclass
Date: Fri, 27 Feb 2009 01:49:44
Message-Id: E1LcrrB-00047l-ES@stork.gentoo.org
1 vapier 09/02/27 01:49:41
2
3 Modified: eutils.eclass
4 Log:
5 tweak output case to avoid confusing people #260214 by Caleb Cushing
6
7 Revision Changes Path
8 1.316 eclass/eutils.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.eclass?rev=1.316&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.eclass?rev=1.316&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.eclass?r1=1.315&r2=1.316
13
14 Index: eutils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v
17 retrieving revision 1.315
18 retrieving revision 1.316
19 diff -u -r1.315 -r1.316
20 --- eutils.eclass 21 Feb 2009 23:28:21 -0000 1.315
21 +++ eutils.eclass 27 Feb 2009 01:49:41 -0000 1.316
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.315 2009/02/21 23:28:21 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.316 2009/02/27 01:49:41 vapier Exp $
27
28 # @ECLASS: eutils.eclass
29 # @MAINTAINER:
30 @@ -1616,7 +1616,7 @@
31 fi
32 done
33 [[ -n ${nols} ]] \
34 - && ewarn "Sorry, but ${PN} does not support the LINGUAs:" ${nols}
35 + && ewarn "Sorry, but ${PN} does not support the LINGUAS:" ${nols}
36 export LINGUAS=${newls:1}
37 }