The ebuild installs the gentoorc and gentoogtkrc files in /etc instead of /etc/gentoo, but configures the binary to look in /etc/gentoo. To fix, change: einstall || die To: einstall sysconfdir=${D}/etc/gentoo || die
Created attachment 7198 [details] Fixed ebuild
nice catch :)