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 1JRDVW-00086f-3f for garchives@archives.gentoo.org; Mon, 18 Feb 2008 21:26:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD7CE0770; Mon, 18 Feb 2008 21:26:36 +0000 (UTC) Received: from mail.marples.name (rsm.demon.co.uk [80.177.111.50]) by pigeon.gentoo.org (Postfix) with ESMTP id CF608E0770 for ; Mon, 18 Feb 2008 21:26:35 +0000 (UTC) Received: from uberpc.marples.name (uberpc.marples.name [10.73.1.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.marples.name (Postfix) with ESMTP id 4ACE919006C for ; Mon, 18 Feb 2008 21:26:34 +0000 (GMT) From: Roy Marples To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass Date: Mon, 18 Feb 2008 21:26:33 +0000 User-Agent: KMail/1.9.7 References: <20080218212052.GC3914@comet.science.oregonstate.edu> In-Reply-To: <20080218212052.GC3914@comet.science.oregonstate.edu> 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="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802182126.33425.roy@marples.name> X-Archives-Salt: e4b7bcab-073a-4ff7-b004-afbcf1d01b25 X-Archives-Hash: e6839f292dc07a65a63f7e8af42fa131 On Monday 18 February 2008 21:20:52 Donnie Berkholz wrote: > > @@ -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. baselayout and portage have always echoed ewarn to stdout and not stderr. Warnings are NOT errors, so why use stderr? If it's an error, use eerror which DOES goto stderr. Thanks Roy -- gentoo-dev@lists.gentoo.org mailing list