1. Just discovered that glew builds itself using 'cc'. Since there's no configure-script emake should be called as "emake CC=$(tc-getCC)". 2. Cleaned-up the ebuild to make the QA notice go away. The reason was that install stripped the binary files 3. Some quotes placed around ${S}'s 4. Patched the makefile to support parallel builds. Sent patch to upstream. (This is not really needed since there are only two sourcefiles for the lib and two for each app, but yeah :-)
Created attachment 94697 [details, diff] glew-1.3.4-r1.ebuild.patch This is the patch for the ebuild
Created attachment 94698 [details, diff] files/glew-1.3.4-makefile.patch And the patch for the makefile
Committed as -r2. Thanks for the fixes!