Just put the keyword ~x86-solaris in. Needed dependencies see bug 242794
Hmmm, it doesn't compile for me with undefined references to some jpeg stuff. I guess jpeg was in your USE-flags or something?
jpeg is in my USE-flags. But when I remove it, the configure script from gimp is called with "--without-libjpeg" Here are all my USE-flags: USE="jpeg tiff bzip2 djvu fontconfig fpx graphviz jbig jpeg2k lcms openexr svg truetype xml threads png mp3 -xscreensaver python cairo kpathsea X unicode nls"
Created attachment 169160 [details] Buildlog
On a clean prefix with USE="cairo X unicode nls" I also get the error about the jpeg stuff.
Added jpeg to the USE-flags an now it works. So there must be the jpeg flag. This sounds a bit like an error in gimp itself, it should not need libjepg if its build with "--without-jpeg". Is there a way to force the USE-flag in the ebuild?
There is (sort of), using use.force, but I like to verify this first on regular Gentoo Linux, to see if this is a general Gentoo bug (I suspect so). IIRC, I saw some "unknown argument --withXXXX" warnings, but I'm not sure if it was for gimp.
close, per bug #287808