When trying to recompile glame with the gnome useflag enabled, I was stopped by this error: checking for pkg-config... /usr/bin/pkg-config checking for required packages... configure: error: You need libgnome-2.0 libgnomeui-2.0 libgnomecanvas-2.0 libglade-2.0 gobject-2.0 glib-2.0 gtk+-2.0 >= 2.6.0 installed and registered with pkg-config Running pkg-config --modversion <pkgname> worked for all of the packages listed except for libgnomeui-2.0. I looked into glame's ebuild and saw most of these packages listed in DEPEND, but not libnomeui-2.0. I'm not sure if libgnomeui is supposed to be an indirect dependency - if it isn't, then gnome-base/libgnomeui should be added to DEPEND in glame-2.0.1.ebuild under the gnome useflag. btw, many of the gnome packages refered to in DEPEND have >= 2.6. Since none of these pre-2.6 packages seem to be in Portage anymore, could the versions/inequalities be trimmed when adding libgnomeui?
Reassigning to sound herd.
+ 09 May 2009; Thomas Anderson <gentoofan23@gentoo.org> glame-2.0.1.ebuild: + Add missing dependency on libgnomeui thanks to Nathan Brink +