Created attachment 311765 [details] Outputs of 'emerge --info', 'emerge -pqv', etc. checking for LIBXML2... yes checking for RSVG... yes checking for EOG... no configure: error: Package requirements (gtk+-3.0 >= 3.3.6 glib-2.0 >= 2.31.0 gio-2.0 >= 2.31.0 gio-unix-2.0 >= 2.31.0 gnome-de sktop-3.0 >= 2.91.2 gdk-pixbuf-2.0 >= 2.4.0 gtk+-unix-print-3.0 >= 2.90.4 gnome-icon-theme >= 2.19.1 shared-mime-info >= 0.20 gsettings-desktop-schemas >= 2.91.92 libpeas-1.0 >= 0.7.4 libpeas-gtk-1.0 >= 0.7.4 libexif >= 0.6.14 lcms2 librsvg-2.0 >= 2.26.0) were not met: Package 'libpeas' requires 'gio-2.0 >= @GIO_REQUIRED' but version of GIO is 2.32.2
This is caused by a typo in a pkgconfig file installed by dev-libs/libpeas-1.4.0. As a quick workaround, you can edit /usr/lib64/pkgconfig/libpeas-1.0.pc and replace "gio-2.0 >= @GIO_REQUIRED" with "gio-2.0 >= 2.31"
Should be fixed in libpeas-1.4.0-r1. Thanks for reporting. >*libpeas-1.4.0-r1 (14 May 2012) > > 14 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> > -libpeas-1.4.0.ebuild, +libpeas-1.4.0-r1.ebuild, > +files/libpeas-1.4.0-pkgconfig.patch: > Fix broken pkgconfig file that prevented eog etc. from being built (bug > #415961, thanks to pingouin21).