x11-libs/goocanvas relies on x11-libs/gdk-pixbuf for image loading. Goocanvas ebuild needs use flags for image types (jpeg, jpeg2 and tiff) so that packages using it can require them from gdk-pixbuf. -Jess
See bug# 616414 https://bugs.gentoo.org/show_bug.cgi?id=616414
goocanvas depends on gtk+ which depends on gdk-pixbuf for image loading. Features such as jpeg, tiff, etc, are generally not specified in packages up in the stack as you would end up with almost any final application just copying tons of USE flags so they can transitively depend on it in the lowest library in the stack to have this particular feature enabled. In Gentoo, this is the reason why user can turn on or off some USE flags globally in make.conf rather than specifying everything per-package. You can still do it per-package but you have to walk through the dependency tree yourself if you want fine grained settings.