Looking through the gkrellm plugins I noticed some of them have incorrect DEPEND entries. A few incorrectly have DEPEND=">=app-admin/gkrellm-1.2*": gkrellaclock-0.2.1 gkrellmms-0.5.6 gkrellmms-0.5.8 gkrellweather-0.2.7-r1 These are gkrellm (version 1.2*) plugins that do not compile when only gkrellm2 is installed. See Bug Report 25364 ( http://bugs.gentoo.org/show_bug.cgi?id=25364 ) for an example of how this breaks the compile. The correct dependency is: DEPEND="=app-admin/gkrellm-1.2*" The gkacpi-0.5 ebuild incorrectly has DEPEND="app-admin/gkrellm". This is a gkrellm2 plugin. The correct dependency is: DEPEND="=app-admin/gkrellm-2*" The gkrellm-hddtemp-0.2_beta ebuild incorrectly has DEPEND="=app-admin/gkrellm-2*". This plugin can be built against either gkrellm or gkrellm2. The correct dependency is: DEPEND="=app-admin/gkrellm" Reproducible: Always Steps to Reproduce:
fixed in cvs thx