The midori-9999 ebuild is missing minimal webkit-gtk version declaration. As visible during the package configuration, there is a test for webkit-gtk "--atleast-version=1.1.1". This should be included in the ebuild. Reproducible: Always Steps to Reproduce: 1. unmask midori-9999 2. try to build with <webkit-gtk-1.1.1 version installed Actual Results: midori build fails in configuration phase Expected Results: build (or at least configuration) succeeds
Please paste the output of 'emerge --info' into a bugzilla comment to assist the maintainers in resolving this issue
(In reply to comment #1) > Please paste the output of 'emerge --info' into a bugzilla comment to assist > the maintainers in resolving this issue > The emerge environment is irrelevant. This is a bug in dependencies declaration of the ebuild not being in sync with the package configuration script. Midori's configuration tests for webkit-gtk version higher or equal to 1.1.1; The ebuild's RDEPEND variable only refers to webkit-gtk (any version). The solution is to change "webkit-gtk" to ">=webkit-gtk-1.1.1" in the ebuild.
Thanks for reporting this dependency problem, assigning to maintainer.
_Please_ update the ebuild, it really doesn't require any effort at all! (In reply to comment #2) > The solution is to change "webkit-gtk" to ">=webkit-gtk-1.1.1" in the ebuild. >
%% grep webkit-gtk * midori-0.1.10.ebuild: >=net-libs/webkit-gtk-1.1.1 midori-0.1.9.ebuild: >=net-libs/webkit-gtk-0_p42000 midori-9999.ebuild: >=net-libs/webkit-gtk-1.1.1