php-gtk fails while running the configure script saying it can't find libglade-config, and well neither can I. Im not sure if it is a problem with libglade (version 2.0.1) or php-gtk (version 1.0.0), but by adding --disable-libglade in the ebuild it emerges successfully. Reproducible: Always Steps to Reproduce: 1.emerge php-gtk 2. 3.
Created attachment 24835 [details] ebuild with --disable-libglade added...i dunno if i would call it a fix but it compiles clean now
the php-gtk ebuild needs to have a dependecy of libglade-0.17-r6.ebuild. libglade-2.0.1 wont work... if you emerge /usr/portage/gnome-base/libglade/libglade-0.17-r6.ebuild then emerge /usr/portage/dev-php/php-gtk/php-gtk-1.0.0.ebuild you should be good. the php-gtk ebuild needs to be fixed though.
Fixed in CVS.