Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, swegener@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass
Date: Mon, 18 Feb 2008 21:20:57
Message-Id: 20080218212052.GC3914@comet.science.oregonstate.edu
1 On 18:20 Mon 18 Feb , Sven Wegener (swegener) wrote:
2 > swegener 08/02/18 18:20:47
3 >
4 > Modified: flag-o-matic.eclass
5 > Log:
6 > redirect the ewarn message to stderr
7 >
8 > Revision Changes Path
9 > 1.122 eclass/flag-o-matic.eclass
10 >
11 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.122&view=markup
12 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.122&content-type=text/plain
13 > diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.121&r2=1.122
14
15 > @@ -614,7 +614,7 @@
16 > # @DESCRIPTION:
17 > # DEPRECATED - Gets the flags needed for "NOW" binding
18 > bindnow-flags() {
19 > - ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild"
20 > + ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" >&2
21
22 This seems like something ewarn should do on its own.
23
24 Thanks,
25 Donnie
26 --
27 gentoo-dev@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass Roy Marples <roy@×××××××.name>
Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass Ciaran McCreesh <ciaran.mccreesh@×××××××××××××.uk>