I only had gtk2 installed, and I went to emerge the guiTAR archiving utility. It did not have a dependancy for gtk1, so gtk1 was not installed. When it began to build the guiTAR packaged, it complained about not finding gtk1 and failed. It works successfully if you force gtk1.2 to be emerged beforehand. Reproducible: Always Steps to Reproduce: 1. don't have gtk1 installed 2. `emerge guitar` Actual Results: it complains about not haveing the gtk-config script (gtk1 is not installed) Expected Results: the guiTAR ebuild should have a dependancy for gtk1 specifically. I rated it as "major" only because its a significant little bug that should be very easy to fix. Thanks, -Chris
Created attachment 37507 [details] updated ebuild with gtk+-1 dep this is the updated ebuild with the more specific dep of =gtk+-1.2*
nice catch, Chris. fixed in cvs.