Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass
Date: Mon, 18 Feb 2008 18:20:51
Message-Id: E1JRAbf-0006Pe-VM@stork.gentoo.org
1 swegener 08/02/18 18:20:47
2
3 Modified: flag-o-matic.eclass
4 Log:
5 redirect the ewarn message to stderr
6
7 Revision Changes Path
8 1.122 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.122&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.122&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.121&r2=1.122
13
14 Index: flag-o-matic.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
17 retrieving revision 1.121
18 retrieving revision 1.122
19 diff -u -r1.121 -r1.122
20 --- flag-o-matic.eclass 16 Feb 2008 22:43:04 -0000 1.121
21 +++ flag-o-matic.eclass 18 Feb 2008 18:20:47 -0000 1.122
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.121 2008/02/16 22:43:04 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.122 2008/02/18 18:20:47 swegener Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -614,7 +614,7 @@
31 # @DESCRIPTION:
32 # DEPRECATED - Gets the flags needed for "NOW" binding
33 bindnow-flags() {
34 - ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
35 + ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" >&2
36
37 case $($(tc-getLD) -v 2>&1 </dev/null) in
38 *GNU* | *'with BFD'*) # GNU ld
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list