Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
The DEPEND section for gimageview--0.2.27-r1 is as follows DEPEND="virtual/x11 media-libs/libpng nls? ( sys-devel/gettext ) wmf? ( >=media-libs/libwmf-0.2.8 ) mng? ( >=media-libs/libmng-1.0.3 ) svg? ( >=gnome-base/librsvg-1.0.3 ) xine? ( >=media-libs/xine-lib-0.9.13-r3 ) mplayer? ( >=media-video/mplayer-0.92 ) gtk? ( gtk2? ( =x11-libs/gtk+-2* ) !gtk2? ( =x11-libs/gtk+-1.2* ) ) !gtk? ( || ( imlib? ( media-libs/imlib ) media-libs/gdk-pixbuf ) )" The program will depend on gtk2 only if both the gtk and gtk2 USE flags are set. So far so good. Now look at the src_compile() section: econf \ $(use_enable nls) \ $(use_with wmf libwmf) \ $(use_with mng libmng) \ $(use_with svg librsvg) \ $(use_with xine) \ $(use_enable mplayer) \ $(use_with gtk2) \ ${myconf} --enable-splash || die Notice $(use_with gtk2) in there. Even if we don't have the gtk flag set, but we have the gtk2 flag set, the program will be compiled with gtk2 support. For those that don't have gtk2 installed this will probably generate an error and for those that had it installed, the program will be emerged with gtk2 support even if they used -gtk in the USE flags. Reproducible: Always Steps to Reproduce: 1. 2. 3.
This package is not related to the gnome herd. Re-assigning.
Thanks for the report. Fixed in CVS.