Re: [gentoo-dev] games.eclass: handle verbose build log for egamesconf in EAPI<5

2012-12-08 Thread hasufell
On 12/02/2012 05:39 PM, Tomáš Chvátal wrote: > There are better ways to do this. > > For example you can just grep through the configure file, not having > to invoke it, see the xorg-2.elass > --- games.eclass +++ games.eclass @@ -39,12 +39,21 @@ } egamesconf() { + # handle verbose buil

Re: [gentoo-dev] games.eclass: handle verbose build log for egamesconf in EAPI<5

2012-12-02 Thread Tomáš Chvátal
There are better ways to do this. For example you can just grep through the configure file, not having to invoke it, see the xorg-2.elass Tom 2012/12/2 hasufell : > already filed a bug, but no response so far > https://bugs.gentoo.org/show_bug.cgi?id=78 > > any comments? > > This is sane imo

[gentoo-dev] games.eclass: handle verbose build log for egamesconf in EAPI<5

2012-12-02 Thread hasufell
already filed a bug, but no response so far https://bugs.gentoo.org/show_bug.cgi?id=78 any comments? This is sane imo, cause some games herd developers don't agree with the "always latest EAPI" thing which is no official policy anyway. --- eclass/games.eclass +++ eclass/games.eclass @@ -39,12