From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JRDQ1-0007p0-9Q for garchives@archives.gentoo.org; Mon, 18 Feb 2008 21:20:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D2BAE048F; Mon, 18 Feb 2008 21:20:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EA362E048F for ; Mon, 18 Feb 2008 21:20:54 +0000 (UTC) Received: from gentoo.org (xray.science.oregonstate.edu [128.193.220.51]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 586DD649E2; Mon, 18 Feb 2008 21:20:54 +0000 (UTC) Date: Mon, 18 Feb 2008 13:20:52 -0800 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, swegener@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass Message-ID: <20080218212052.GC3914@comet.science.oregonstate.edu> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: aa48f2a8-7522-4f07-87bd-eb8e579e443e X-Archives-Hash: 177f8fc02d763409f450c229fc38d187 On 18:20 Mon 18 Feb , Sven Wegener (swegener) wrote: > swegener 08/02/18 18:20:47 > > Modified: flag-o-matic.eclass > Log: > redirect the ewarn message to stderr > > Revision Changes Path > 1.122 eclass/flag-o-matic.eclass > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.122&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.122&content-type=text/plain > diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.121&r2=1.122 > @@ -614,7 +614,7 @@ > # @DESCRIPTION: > # DEPRECATED - Gets the flags needed for "NOW" binding > bindnow-flags() { > - ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" > + ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" >&2 This seems like something ewarn should do on its own. Thanks, Donnie -- gentoo-dev@lists.gentoo.org mailing list