$ qlist -e zabbix | grep Makefile /usr/share/zabbix/upgrades/Makefile.in /usr/share/zabbix/upgrades/Makefile.am /usr/share/zabbix/upgrades/Makefile /usr/share/zabbix/database/Makefile.in /usr/share/zabbix/database/Makefile.am /usr/share/zabbix/database/Makefile USE="agent curl frontend jabber postgres server ssh" This is probably due to the whole-sale copying of the database/ dir in src_install() when either the `server' or `proxy' USE flags are enabled. Haven't tested if this happens with zabbix-1.8.15.
+ #remove unneeded files left over from wholesale copy (bug #433708) + rm "${ED}"/usr/share/zabbix/{database,upgrades}/Makefile{,.in,.am} I'm sitting on the commit for this, do you mind if I fix it? (tested all versions and everything)
Looks good, go ahead.
+ 05 Oct 2013; Rick Farina <zerochaos@gentoo.org> zabbix-2.0.8.ebuild, + zabbix-2.0.9_rc1-r2.ebuild, zabbix-2.0.9_rc1-r3.ebuild: + trivial fix for bug #433708 to remove unneeded Makefiles And a bonus + 05 Oct 2013; Rick Farina <zerochaos@gentoo.org> zabbix-2.0.8.ebuild, + zabbix-2.0.9_rc1-r2.ebuild, zabbix-2.0.9_rc1-r3.ebuild: + silence QA warning by removing epause and ebeep (not defined in EAPI5)