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